#6F6851

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

Shades of Crocodile #6F6851

Tints of Crocodile #6F6851

Color information

#6F6851 (or 0x6F6851) is unknown color: approx Crocodile. HEX triplet: 6F, 68 and 51. RGB value is (111,104,81). Sum of RGB (Red+Green+Blue) = 111+104+81=296 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.5% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 81 (32.03% from 255 or 27.36% from 296); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6851 is #9097AE. Grayscale: #676767. Windows color (decimal): -9476015 or 5335151. OLE color: 5335151.

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

Color convert

RGB11110481-
CMYK00.060.270.56
HSL46º15.62%37.65%-
HSV(B)46º27.03%43.53%-
XYZ12.9913.879.78-
YUV103.47115.32133.37-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.5%
GREEN value IS 104 (41.02% from 255) = 35.14%
BLUE value IS 81 (32.03% from 255) = 27.36%
R=37.5%
G=35.14%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111048100.060.270.564615.6237.65
Hex6F6851061B382e1026
Octal157150121063370562046
Binary11011111101000101000101101101111100010111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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