#6F6648

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

Shades of Crocodile #6F6648

Tints of Crocodile #6F6648

Color information

#6F6648 (or 0x6F6648) is unknown color: approx Crocodile. HEX triplet: 6F, 66 and 48. RGB value is (111,102,72). Sum of RGB (Red+Green+Blue) = 111+102+72=285 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.95% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6648 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6648 is #9099B7. Grayscale: #656565. Windows color (decimal): -9476536 or 4744815. OLE color: 4744815.

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

Color convert

RGB11110272-
CMYK00.080.350.56
HSL46.15º21.31%35.88%-
HSV(B)46.15º35.14%43.53%-
XYZ12.4813.358.05-
YUV101.27111.48134.94-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.95%
GREEN value IS 102 (40.23% from 255) = 35.79%
BLUE value IS 72 (28.52% from 255) = 25.26%
R=38.95%
G=35.79%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111027200.080.350.5646.1521.3135.88
Hex6F66480823382e1524
Octal1571461100104370562544
Binary1101111110011010010000100010001111100010111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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