#72694A

Color #72694A Crocodile (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crocodile #72694A

Tints of Crocodile #72694A

Color information

#72694A (or 0x72694A) is unknown color: approx Crocodile. HEX triplet: 72, 69 and 4A. RGB value is (114,105,74). Sum of RGB (Red+Green+Blue) = 114+105+74=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 114 - color contains mainly: red. Hex color #72694A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72694A is #8D96B5. Grayscale: #686868. Windows color (decimal): -9279158 or 4876658. OLE color: 4876658.

HSL color Cylindrical-coordinate representation of color #72694A: hue angle of 46.5º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #72694A is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB11410574-
CMYK00.080.350.55
HSL46.5º21.28%36.86%-
HSV(B)46.5º35.09%44.71%-
XYZ13.2314.178.52-
YUV104.16110.98135.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.91%
GREEN value IS 105 (41.41% from 255) = 35.84%
BLUE value IS 74 (29.30% from 255) = 25.26%
R=38.91%
G=35.84%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141057400.080.350.5546.521.2836.86
Hex72694A0823372e1525
Octal1621511120104367562545
Binary1110010110100110010100100010001111011110111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72694A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72694A; }

 p { color: rgb(114,105,74); }

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

<style>
 a { background-color: #72694A; }

 a { background-color: rgb(114,105,74); }

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

<style>
 span { border-color: #72694A; }

 span { border-color: rgb(114,105,74); }

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