#706A32

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

Shades of Crete #706A32

Tints of Crete #706A32

Color information

#706A32 (or 0x706A32) is unknown color: approx Crete. HEX triplet: 70, 6A and 32. RGB value is (112,106,50). Sum of RGB (Red+Green+Blue) = 112+106+50=268 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.79% from 268); Green value is 106 (41.80% from 255 or 39.55% from 268); Blue value is 50 (19.92% from 255 or 18.66% from 268); Max value from RGB is 112 - color contains mainly: red. Hex color #706A32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706A32 is #8F95CD. Grayscale: #656565. Windows color (decimal): -9409998 or 3304048. OLE color: 3304048.

HSL color Cylindrical-coordinate representation of color #706A32: hue angle of 54.19º 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 #706A32 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB11210650-
CMYK00.050.550.56
HSL54.19º38.27%31.76%-
HSV(B)54.19º55.36%43.92%-
XYZ12.4113.985.06-
YUV101.4198.99135.55-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.79%
GREEN value IS 106 (41.80% from 255) = 39.55%
BLUE value IS 50 (19.92% from 255) = 18.66%
R=41.79%
G=39.55%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121065000.050.550.5654.1938.2731.76
Hex706A32053738362620
Octal16015262056770664640
Binary111000011010101100100101110111111000110110100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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