#6F6855

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

Shades of Crocodile #6F6855

Tints of Crocodile #6F6855

Color information

#6F6855 (or 0x6F6855) is unknown color: approx Crocodile. HEX triplet: 6F, 68 and 55. RGB value is (111,104,85). Sum of RGB (Red+Green+Blue) = 111+104+85=300 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6855 is #9097AA. Grayscale: #686868. Windows color (decimal): -9476011 or 5597295. OLE color: 5597295.

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

Color convert

RGB11110485-
CMYK00.060.230.56
HSL43.85º13.27%38.43%-
HSV(B)43.85º23.42%43.53%-
XYZ13.1513.9410.59-
YUV103.93117.32133.04-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37%
GREEN value IS 104 (41.02% from 255) = 34.67%
BLUE value IS 85 (33.59% from 255) = 28.33%
R=37%
G=34.67%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111048500.060.230.5643.8513.2738.43
Hex6F68550617382cd26
Octal157150125062770541546
Binary1101111110100010101010110101111110001011001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,104,85); }

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

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

 a { background-color: rgb(111,104,85); }

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

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

 span { border-color: rgb(111,104,85); }

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