#6D6951

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

Shades of Crocodile #6D6951

Tints of Crocodile #6D6951

Color information

#6D6951 (or 0x6D6951) is unknown color: approx Crocodile. HEX triplet: 6D, 69 and 51. RGB value is (109,105,81). Sum of RGB (Red+Green+Blue) = 109+105+81=295 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.95% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 81 (32.03% from 255 or 27.46% from 295); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6951 is #9296AE. Grayscale: #676767. Windows color (decimal): -9606831 or 5335405. OLE color: 5335405.

HSL color Cylindrical-coordinate representation of color #6D6951: hue angle of 51.43º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6D6951 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.57.

Color convert

RGB10910581-
CMYK00.040.260.57
HSL51.43º14.74%37.25%-
HSV(B)51.43º25.69%42.75%-
XYZ12.8413.959.8-
YUV103.46115.33131.95-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.95%
GREEN value IS 105 (41.41% from 255) = 35.59%
BLUE value IS 81 (32.03% from 255) = 27.46%
R=36.95%
G=35.59%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091058100.040.260.5751.4314.7437.25
Hex6D6951041A3933f25
Octal155151121043271631745
Binary1101101110100110100010100110101110011100111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,105,81); }

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

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

 a { background-color: rgb(109,105,81); }

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

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

 span { border-color: rgb(109,105,81); }

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