#6F6948

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

Shades of Crocodile #6F6948

Tints of Crocodile #6F6948

Color information

#6F6948 (or 0x6F6948) is unknown color: approx Crocodile. HEX triplet: 6F, 69 and 48. RGB value is (111,105,72). Sum of RGB (Red+Green+Blue) = 111+105+72=288 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.54% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6948 is #9096B7. Grayscale: #676767. Windows color (decimal): -9475768 or 4745583. OLE color: 4745583.

HSL color Cylindrical-coordinate representation of color #6F6948: hue angle of 50.77º 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 #6F6948 is Cyan = 0, Magento = 0.05, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB11110572-
CMYK00.050.350.56
HSL50.77º21.31%35.88%-
HSV(B)50.77º35.14%43.53%-
XYZ12.7813.958.15-
YUV103.03110.49133.68-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.54%
GREEN value IS 105 (41.41% from 255) = 36.46%
BLUE value IS 72 (28.52% from 255) = 25%
R=38.54%
G=36.46%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111057200.050.350.5650.7721.3135.88
Hex6F6948052338331524
Octal157151110054370632544
Binary110111111010011001000010110001111100011001110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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