#6F6A59

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

Shades of Crocodile #6F6A59

Tints of Crocodile #6F6A59

Color information

#6F6A59 (or 0x6F6A59) is unknown color: approx Crocodile. HEX triplet: 6F, 6A and 59. RGB value is (111,106,89). Sum of RGB (Red+Green+Blue) = 111+106+89=306 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.27% from 306); Green value is 106 (41.80% from 255 or 34.64% from 306); Blue value is 89 (35.16% from 255 or 29.08% from 306); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6A59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6A59 is #9095A6. Grayscale: #696969. Windows color (decimal): -9475495 or 5859951. OLE color: 5859951.

HSL color Cylindrical-coordinate representation of color #6F6A59: hue angle of 46.36º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F6A59 is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB11110689-
CMYK00.050.200.56
HSL46.36º11%39.22%-
HSV(B)46.36º19.82%43.53%-
XYZ13.5114.4111.52-
YUV105.56118.66131.88-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.27%
GREEN value IS 106 (41.80% from 255) = 34.64%
BLUE value IS 89 (35.16% from 255) = 29.08%
R=36.27%
G=34.64%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111068900.050.200.5646.361139.22
Hex6F6A590514382eb27
Octal157152131052470561347
Binary1101111110101010110010101101001110001011101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,106,89); }

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

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

 a { background-color: rgb(111,106,89); }

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

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

 span { border-color: rgb(111,106,89); }

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