#66614D

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

Shades of Crocodile #66614D

Tints of Crocodile #66614D

Color information

#66614D (or 0x66614D) is unknown color: approx Crocodile. HEX triplet: 66, 61 and 4D. RGB value is (102,97,77). Sum of RGB (Red+Green+Blue) = 102+97+77=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 77 (30.47% from 255 or 27.90% from 276); Max value from RGB is 102 - color contains mainly: red. Hex color #66614D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66614D is #999EB2. Grayscale: #606060. Windows color (decimal): -10067635 or 5071206. OLE color: 5071206.

HSL color Cylindrical-coordinate representation of color #66614D: hue angle of 48º degrees, saturation: 0.14, 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 #66614D is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB1029777-
CMYK00.050.250.6
HSL48º13.97%35.1%-
HSV(B)48º24.51%40%-
XYZ11.0911.918.74-
YUV96.22117.16132.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.96%
GREEN value IS 97 (38.28% from 255) = 35.14%
BLUE value IS 77 (30.47% from 255) = 27.90%
R=36.96%
G=35.14%
B=27.90%

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
Decimal102977700.050.250.64813.9735.1
Hex66614D05193C30e23
Octal146141115053174601643
Binary1100110110000110011010101110011111001100001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66614D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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