#706B32

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

Shades of Crete #706B32

Tints of Crete #706B32

Color information

#706B32 (or 0x706B32) is unknown color: approx Crete. HEX triplet: 70, 6B and 32. RGB value is (112,107,50). Sum of RGB (Red+Green+Blue) = 112+107+50=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 107 (42.19% from 255 or 39.78% from 269); Blue value is 50 (19.92% from 255 or 18.59% from 269); Max value from RGB is 112 - color contains mainly: red. Hex color #706B32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706B32 is #8F94CD. Grayscale: #666666. Windows color (decimal): -9409742 or 3304304. OLE color: 3304304.

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

Color convert

RGB11210750-
CMYK00.040.550.56
HSL55.16º38.27%31.76%-
HSV(B)55.16º55.36%43.92%-
XYZ12.5214.195.1-
YUV10298.66135.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.64%
GREEN value IS 107 (42.19% from 255) = 39.78%
BLUE value IS 50 (19.92% from 255) = 18.59%
R=41.64%
G=39.78%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121075000.040.550.5655.1638.2731.76
Hex706B32043738372620
Octal16015362046770674640
Binary111000011010111100100100110111111000110111100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,107,50); }

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

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

 a { background-color: rgb(112,107,50); }

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

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

 span { border-color: rgb(112,107,50); }

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