#6F6751

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

Shades of Crocodile #6F6751

Tints of Crocodile #6F6751

Color information

#6F6751 (or 0x6F6751) is unknown color: approx Crocodile. HEX triplet: 6F, 67 and 51. RGB value is (111,103,81). Sum of RGB (Red+Green+Blue) = 111+103+81=295 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.63% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 81 (32.03% from 255 or 27.46% from 295); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6751 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6751 is #9098AE. Grayscale: #666666. Windows color (decimal): -9476271 or 5334895. OLE color: 5334895.

HSL color Cylindrical-coordinate representation of color #6F6751: hue angle of 44º 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 #6F6751 is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB11110381-
CMYK00.070.270.56
HSL44º15.62%37.65%-
HSV(B)44º27.03%43.53%-
XYZ12.8913.679.74-
YUV102.88115.65133.79-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.63%
GREEN value IS 103 (40.62% from 255) = 34.92%
BLUE value IS 81 (32.03% from 255) = 27.46%
R=37.63%
G=34.92%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111038100.070.270.564415.6237.65
Hex6F6751071B382c1026
Octal157147121073370542046
Binary11011111100111101000101111101111100010110010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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