#6F6D56

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

Shades of Crocodile #6F6D56

Tints of Crocodile #6F6D56

Color information

#6F6D56 (or 0x6F6D56) is unknown color: approx Crocodile. HEX triplet: 6F, 6D and 56. RGB value is (111,109,86). Sum of RGB (Red+Green+Blue) = 111+109+86=306 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.27% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 86 (33.98% from 255 or 28.10% from 306); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6D56 is #9092A9. Grayscale: #6B6B6B. Windows color (decimal): -9474730 or 5664111. OLE color: 5664111.

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

Color convert

RGB11110986-
CMYK00.020.230.56
HSL55.2º12.69%38.63%-
HSV(B)55.2º22.52%43.53%-
XYZ13.714.9910.97-
YUV106.98116.16130.87-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.27%
GREEN value IS 109 (42.97% from 255) = 35.62%
BLUE value IS 86 (33.98% from 255) = 28.10%
R=36.27%
G=35.62%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111098600.020.230.5655.212.6938.63
Hex6F6D5602173837d27
Octal157155126022770671547
Binary110111111011011010110010101111110001101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,109,86); }

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

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

 a { background-color: rgb(111,109,86); }

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

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

 span { border-color: rgb(111,109,86); }

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