#6C6754

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

Shades of Crocodile #6C6754

Tints of Crocodile #6C6754

Color information

#6C6754 (or 0x6C6754) is unknown color: approx Crocodile. HEX triplet: 6C, 67 and 54. RGB value is (108,103,84). Sum of RGB (Red+Green+Blue) = 108+103+84=295 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.61% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 84 (33.20% from 255 or 28.47% from 295); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6754 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6754 is #9398AB. Grayscale: #666666. Windows color (decimal): -9672876 or 5531500. OLE color: 5531500.

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

Color convert

RGB10810384-
CMYK00.050.220.58
HSL47.5º12.5%37.65%-
HSV(B)47.5º22.22%42.35%-
XYZ12.6313.5310.33-
YUV102.33117.66132.04-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.61%
GREEN value IS 103 (40.62% from 255) = 34.92%
BLUE value IS 84 (33.20% from 255) = 28.47%
R=36.61%
G=34.92%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1081038400.050.220.5847.512.537.65
Hex6C675405163A30c26
Octal154147124052672601446
Binary1101100110011110101000101101101110101100001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,103,84); }

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

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

 a { background-color: rgb(108,103,84); }

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

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

 span { border-color: rgb(108,103,84); }

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