#6F6949

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

Shades of Crocodile #6F6949

Tints of Crocodile #6F6949

Color information

#6F6949 (or 0x6F6949) is unknown color: approx Crocodile. HEX triplet: 6F, 69 and 49. RGB value is (111,105,73). Sum of RGB (Red+Green+Blue) = 111+105+73=289 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.41% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6949 is #9096B6. Grayscale: #676767. Windows color (decimal): -9475767 or 4811119. OLE color: 4811119.

HSL color Cylindrical-coordinate representation of color #6F6949: hue angle of 50.53º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6F6949 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB11110573-
CMYK00.050.340.56
HSL50.53º20.65%36.08%-
HSV(B)50.53º34.23%43.53%-
XYZ12.8113.968.32-
YUV103.15110.99133.6-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.41%
GREEN value IS 105 (41.41% from 255) = 36.33%
BLUE value IS 73 (28.91% from 255) = 25.26%
R=38.41%
G=36.33%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111057300.050.340.5650.5320.6536.08
Hex6F6949052238331524
Octal157151111054270632544
Binary110111111010011001001010110001011100011001110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,105,73); }

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

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

 a { background-color: rgb(111,105,73); }

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

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

 span { border-color: rgb(111,105,73); }

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