#6F6A57

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

Shades of Crocodile #6F6A57

Tints of Crocodile #6F6A57

Color information

#6F6A57 (or 0x6F6A57) is unknown color: approx Crocodile. HEX triplet: 6F, 6A and 57. RGB value is (111,106,87). Sum of RGB (Red+Green+Blue) = 111+106+87=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 106 (41.80% from 255 or 34.87% from 304); Blue value is 87 (34.38% from 255 or 28.62% from 304); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6A57 is #9095A8. Grayscale: #696969. Windows color (decimal): -9475497 or 5728879. OLE color: 5728879.

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

Color convert

RGB11110687-
CMYK00.050.220.56
HSL47.5º12.12%38.82%-
HSV(B)47.5º21.62%43.53%-
XYZ13.4314.3811.08-
YUV105.33117.66132.04-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.51%
GREEN value IS 106 (41.80% from 255) = 34.87%
BLUE value IS 87 (34.38% from 255) = 28.62%
R=36.51%
G=34.87%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111068700.050.220.5647.512.1238.82
Hex6F6A5705163830c27
Octal157152127052670601447
Binary1101111110101010101110101101101110001100001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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