#6F6744

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

Shades of Crocodile #6F6744

Tints of Crocodile #6F6744

Color information

#6F6744 (or 0x6F6744) is unknown color: approx Crocodile. HEX triplet: 6F, 67 and 44. RGB value is (111,103,68). Sum of RGB (Red+Green+Blue) = 111+103+68=282 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.36% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 68 (26.95% from 255 or 24.11% from 282); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6744 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6744 is #9098BB. Grayscale: #656565. Windows color (decimal): -9476284 or 4482927. OLE color: 4482927.

HSL color Cylindrical-coordinate representation of color #6F6744: hue angle of 48.84º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6F6744 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB11110368-
CMYK00.070.390.56
HSL48.84º24.02%35.1%-
HSV(B)48.84º38.74%43.53%-
XYZ12.4513.57.42-
YUV101.4109.15134.85-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.36%
GREEN value IS 103 (40.62% from 255) = 36.52%
BLUE value IS 68 (26.95% from 255) = 24.11%
R=39.36%
G=36.52%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111036800.070.390.5648.8424.0235.1
Hex6F6744072738311823
Octal157147104074770613043
Binary110111111001111000100011110011111100011000111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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