#6F6947

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

Shades of Crocodile #6F6947

Tints of Crocodile #6F6947

Color information

#6F6947 (or 0x6F6947) is unknown color: approx Crocodile. HEX triplet: 6F, 69 and 47. RGB value is (111,105,71). Sum of RGB (Red+Green+Blue) = 111+105+71=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 71 (28.12% from 255 or 24.74% from 287); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6947 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6947 is #9096B8. Grayscale: #676767. Windows color (decimal): -9475769 or 4680047. OLE color: 4680047.

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

Color convert

RGB11110571-
CMYK00.050.360.56
HSL51º21.98%35.69%-
HSV(B)51º36.04%43.53%-
XYZ12.7413.947.98-
YUV102.92109.99133.76-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.68%
GREEN value IS 105 (41.41% from 255) = 36.59%
BLUE value IS 71 (28.12% from 255) = 24.74%
R=38.68%
G=36.59%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111057100.050.360.565121.9835.69
Hex6F6947052438331624
Octal157151107054470632644
Binary110111111010011000111010110010011100011001110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,105,71); }

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

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

 a { background-color: rgb(111,105,71); }

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

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

 span { border-color: rgb(111,105,71); }

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