#726B2D

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

Shades of Crete #726B2D

Tints of Crete #726B2D

Color information

#726B2D (or 0x726B2D) is unknown color: approx Crete. HEX triplet: 72, 6B and 2D. RGB value is (114,107,45). Sum of RGB (Red+Green+Blue) = 114+107+45=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 107 (42.19% from 255 or 40.23% from 266); Blue value is 45 (17.97% from 255 or 16.92% from 266); Max value from RGB is 114 - color contains mainly: red. Hex color #726B2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726B2D is #8D94D2. Grayscale: #666666. Windows color (decimal): -9278675 or 2976626. OLE color: 2976626.

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

Color convert

RGB11410745-
CMYK00.060.610.55
HSL53.91º43.4%31.18%-
HSV(B)53.91º60.53%44.71%-
XYZ12.6714.284.57-
YUV102.0295.82136.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.86%
GREEN value IS 107 (42.19% from 255) = 40.23%
BLUE value IS 45 (17.97% from 255) = 16.92%
R=42.86%
G=40.23%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141074500.060.610.5553.9143.431.18
Hex726B2D063D37362b1f
Octal16215355067567665337
Binary11100101101011101101011011110111011111011010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,107,45); }

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

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

 a { background-color: rgb(114,107,45); }

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

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

 span { border-color: rgb(114,107,45); }

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