#66614C

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

Shades of Crocodile #66614C

Tints of Crocodile #66614C

Color information

#66614C (or 0x66614C) is unknown color: approx Crocodile. HEX triplet: 66, 61 and 4C. RGB value is (102,97,76). Sum of RGB (Red+Green+Blue) = 102+97+76=275 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.09% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 76 (30.08% from 255 or 27.64% from 275); Max value from RGB is 102 - color contains mainly: red. Hex color #66614C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66614C is #999EB3. Grayscale: #606060. Windows color (decimal): -10067636 or 5005670. OLE color: 5005670.

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

Color convert

RGB1029776-
CMYK00.050.250.6
HSL48.46º14.61%34.9%-
HSV(B)48.46º25.49%40%-
XYZ11.0611.98.55-
YUV96.1116.66132.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.09%
GREEN value IS 97 (38.28% from 255) = 35.27%
BLUE value IS 76 (30.08% from 255) = 27.64%
R=37.09%
G=35.27%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102977600.050.250.648.4614.6134.9
Hex66614C05193C30f23
Octal146141114053174601743
Binary1100110110000110011000101110011111001100001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66614C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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