#6F694C

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

Shades of Crocodile #6F694C

Tints of Crocodile #6F694C

Color information

#6F694C (or 0x6F694C) is unknown color: approx Crocodile. HEX triplet: 6F, 69 and 4C. RGB value is (111,105,76). Sum of RGB (Red+Green+Blue) = 111+105+76=292 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.01% from 292); Green value is 105 (41.41% from 255 or 35.96% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 111 - color contains mainly: red. Hex color #6F694C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F694C is #9096B3. Grayscale: #676767. Windows color (decimal): -9475764 or 5007727. OLE color: 5007727.

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

Color convert

RGB11110576-
CMYK00.050.320.56
HSL49.71º18.72%36.67%-
HSV(B)49.71º31.53%43.53%-
XYZ12.91148.86-
YUV103.49112.49133.36-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.01%
GREEN value IS 105 (41.41% from 255) = 35.96%
BLUE value IS 76 (30.08% from 255) = 26.03%
R=38.01%
G=35.96%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111057600.050.320.5649.7118.7236.67
Hex6F694C052038321325
Octal157151114054070622345
Binary110111111010011001100010110000011100011001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F694C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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