#6C6447

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

Shades of Crocodile #6C6447

Tints of Crocodile #6C6447

Color information

#6C6447 (or 0x6C6447) is unknown color: approx Crocodile. HEX triplet: 6C, 64 and 47. RGB value is (108,100,71). Sum of RGB (Red+Green+Blue) = 108+100+71=279 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.71% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 71 (28.12% from 255 or 25.45% from 279); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6447 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C6447 is #939BB8. Grayscale: #636363. Windows color (decimal): -9673657 or 4678764. OLE color: 4678764.

HSL color Cylindrical-coordinate representation of color #6C6447: hue angle of 47.03º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6C6447 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.58.

Color convert

RGB10810071-
CMYK00.070.340.58
HSL47.03º20.67%35.1%-
HSV(B)47.03º34.26%42.35%-
XYZ11.8812.767.8-
YUV99.09112.15134.36-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.71%
GREEN value IS 100 (39.45% from 255) = 35.84%
BLUE value IS 71 (28.12% from 255) = 25.45%
R=38.71%
G=35.84%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.34
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1081007100.070.340.5847.0320.6735.1
Hex6C644707223A2f1523
Octal154144107074272572543
Binary110110011001001000111011110001011101010111110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,100,71); }

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

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

 a { background-color: rgb(108,100,71); }

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

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

 span { border-color: rgb(108,100,71); }

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