#6F664E

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

Shades of Crocodile #6F664E

Tints of Crocodile #6F664E

Color information

#6F664E (or 0x6F664E) is unknown color: approx Crocodile. HEX triplet: 6F, 66 and 4E. RGB value is (111,102,78). Sum of RGB (Red+Green+Blue) = 111+102+78=291 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.14% from 291); Green value is 102 (40.23% from 255 or 35.05% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 111 - color contains mainly: red. Hex color #6F664E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F664E is #9099B1. Grayscale: #666666. Windows color (decimal): -9476530 or 5138031. OLE color: 5138031.

HSL color Cylindrical-coordinate representation of color #6F664E: hue angle of 43.64º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F664E is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB11110278-
CMYK00.080.300.56
HSL43.64º17.46%37.06%-
HSV(B)43.64º29.73%43.53%-
XYZ12.6813.439.13-
YUV101.95114.48134.45-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.14%
GREEN value IS 102 (40.23% from 255) = 35.05%
BLUE value IS 78 (30.86% from 255) = 26.80%
R=38.14%
G=35.05%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111027800.080.300.5643.6417.4637.06
Hex6F664E081E382c1125
Octal1571461160103670542145
Binary110111111001101001110010001111011100010110010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,102,78); }

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

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

 a { background-color: rgb(111,102,78); }

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

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

 span { border-color: rgb(111,102,78); }

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