#6B664C

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

Shades of Crocodile #6B664C

Tints of Crocodile #6B664C

Color information

#6B664C (or 0x6B664C) is unknown color: approx Crocodile. HEX triplet: 6B, 66 and 4C. RGB value is (107,102,76). Sum of RGB (Red+Green+Blue) = 107+102+76=285 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.54% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 107 - color contains mainly: red. Hex color #6B664C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B664C is #9499B3. Grayscale: #646464. Windows color (decimal): -9738676 or 5006955. OLE color: 5006955.

HSL color Cylindrical-coordinate representation of color #6B664C: hue angle of 50.32º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B664C is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.58.

Color convert

RGB10710276-
CMYK00.050.290.58
HSL50.32º16.94%35.88%-
HSV(B)50.32º28.97%41.96%-
XYZ12.1213.158.74-
YUV100.53114.16132.61-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.54%
GREEN value IS 102 (40.23% from 255) = 35.79%
BLUE value IS 76 (30.08% from 255) = 26.67%
R=37.54%
G=35.79%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1071027600.050.290.5850.3216.9435.88
Hex6B664C051D3A321124
Octal153146114053572622144
Binary11010111100110100110001011110111101011001010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B664C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B664C; }

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

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

<style>
 a { background-color: #6B664C; }

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

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

<style>
 span { border-color: #6B664C; }

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

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