#726D2E

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

Shades of Crete #726D2E

Tints of Crete #726D2E

Color information

#726D2E (or 0x726D2E) is unknown color: approx Crete. HEX triplet: 72, 6D and 2E. RGB value is (114,109,46). Sum of RGB (Red+Green+Blue) = 114+109+46=269 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.38% from 269); Green value is 109 (42.97% from 255 or 40.52% from 269); Blue value is 46 (18.36% from 255 or 17.10% from 269); Max value from RGB is 114 - color contains mainly: red. Hex color #726D2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726D2E is #8D92D1. Grayscale: #676767. Windows color (decimal): -9278162 or 3042674. OLE color: 3042674.

HSL color Cylindrical-coordinate representation of color #726D2E: hue angle of 55.59º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #726D2E is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.55.

Color convert

RGB11410946-
CMYK00.040.600.55
HSL55.59º42.5%31.37%-
HSV(B)55.59º59.65%44.71%-
XYZ12.914.714.74-
YUV103.3195.66135.62-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.38%
GREEN value IS 109 (42.97% from 255) = 40.52%
BLUE value IS 46 (18.36% from 255) = 17.10%
R=42.38%
G=40.52%
B=17.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.60
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141094600.040.600.5555.5942.531.37
Hex726D2E043C37382a1f
Octal16215556047467705237
Binary11100101101101101110010011110011011111100010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726D2E; }

 p { color: rgb(114,109,46); }

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

<style>
 a { background-color: #726D2E; }

 a { background-color: rgb(114,109,46); }

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

<style>
 span { border-color: #726D2E; }

 span { border-color: rgb(114,109,46); }

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