#66614E

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

Shades of Crocodile #66614E

Tints of Crocodile #66614E

Color information

#66614E (or 0x66614E) is unknown color: approx Crocodile. HEX triplet: 66, 61 and 4E. RGB value is (102,97,78). Sum of RGB (Red+Green+Blue) = 102+97+78=277 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.82% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 78 (30.86% from 255 or 28.16% from 277); Max value from RGB is 102 - color contains mainly: red. Hex color #66614E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66614E is #999EB1. Grayscale: #606060. Windows color (decimal): -10067634 or 5136742. OLE color: 5136742.

HSL color Cylindrical-coordinate representation of color #66614E: hue angle of 47.5º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #66614E is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.6.

Color convert

RGB1029778-
CMYK00.050.240.6
HSL47.5º13.33%35.29%-
HSV(B)47.5º23.53%40%-
XYZ11.1311.928.92-
YUV96.33117.66132.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.82%
GREEN value IS 97 (38.28% from 255) = 35.02%
BLUE value IS 78 (30.86% from 255) = 28.16%
R=36.82%
G=35.02%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102977800.050.240.647.513.3335.29
Hex66614E05183C30d23
Octal146141116053074601543
Binary1100110110000110011100101110001111001100001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66614E; }

 p { color: rgb(102,97,78); }

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

<style>
 a { background-color: #66614E; }

 a { background-color: rgb(102,97,78); }

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

<style>
 span { border-color: #66614E; }

 span { border-color: rgb(102,97,78); }

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