#706A31

Color #706A31 Crete (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crete #706A31

Tints of Crete #706A31

Color information

#706A31 (or 0x706A31) is unknown color: approx Crete. HEX triplet: 70, 6A and 31. RGB value is (112,106,49). Sum of RGB (Red+Green+Blue) = 112+106+49=267 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.95% from 267); Green value is 106 (41.80% from 255 or 39.70% from 267); Blue value is 49 (19.53% from 255 or 18.35% from 267); Max value from RGB is 112 - color contains mainly: red. Hex color #706A31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706A31 is #8F95CE. Grayscale: #656565. Windows color (decimal): -9409999 or 3238512. OLE color: 3238512.

HSL color Cylindrical-coordinate representation of color #706A31: hue angle of 54.29º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #706A31 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.56.

Color convert

RGB11210649-
CMYK00.050.560.56
HSL54.29º39.13%31.57%-
HSV(B)54.29º56.25%43.92%-
XYZ12.3913.974.95-
YUV101.398.49135.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 41.95%
GREEN value IS 106 (41.80% from 255) = 39.70%
BLUE value IS 49 (19.53% from 255) = 18.35%
R=41.95%
G=39.70%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121064900.050.560.5654.2939.1331.57
Hex706A31053838362720
Octal16015261057070664740
Binary111000011010101100010101111000111000110110100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706A31; }

 p { color: rgb(112,106,49); }

 H1.HeaderClassName
 {
   color: #706A31;
 }
 .AnyTagClassName
 {
   color: #706A31;
 }
</style>
background-color css

<style>
 a { background-color: #706A31; }

 a { background-color: rgb(112,106,49); }

 div.DivClassName
 {
   background-color: #706A31;
 }
 .BgClassName
 {
   background-color: #706A31;
 }
</style>
border-color css

<style>
 span { border-color: #706A31; }

 span { border-color: rgb(112,106,49); }

 td.TdClassName
 {
   border-color: #706A31;
 }
 .TagClassName
 {
   border-color: #706A31;
 }
</style>