#706E36

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

Shades of Crete #706E36

Tints of Crete #706E36

Color information

#706E36 (or 0x706E36) is unknown color: approx Crete. HEX triplet: 70, 6E and 36. RGB value is (112,110,54). Sum of RGB (Red+Green+Blue) = 112+110+54=276 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.58% from 276); Green value is 110 (43.36% from 255 or 39.86% from 276); Blue value is 54 (21.48% from 255 or 19.57% from 276); Max value from RGB is 112 - color contains mainly: red. Hex color #706E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706E36 is #8F91C9. Grayscale: #686868. Windows color (decimal): -9408970 or 3567216. OLE color: 3567216.

HSL color Cylindrical-coordinate representation of color #706E36: hue angle of 57.93º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #706E36 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.56.

Color convert

RGB11211054-
CMYK00.020.520.56
HSL57.93º34.94%32.55%-
HSV(B)57.93º51.79%43.92%-
XYZ12.9214.865.68-
YUV104.2199.66133.55-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.58%
GREEN value IS 110 (43.36% from 255) = 39.86%
BLUE value IS 54 (21.48% from 255) = 19.57%
R=40.58%
G=39.86%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.52
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121105400.020.520.5657.9334.9432.55
Hex706E360234383a2321
Octal16015666026470724341
Binary11100001101110110110010110100111000111010100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,110,54); }

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

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

 a { background-color: rgb(112,110,54); }

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

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

 span { border-color: rgb(112,110,54); }

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