#6F6748

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

Shades of Crocodile #6F6748

Tints of Crocodile #6F6748

Color information

#6F6748 (or 0x6F6748) is unknown color: approx Crocodile. HEX triplet: 6F, 67 and 48. RGB value is (111,103,72). Sum of RGB (Red+Green+Blue) = 111+103+72=286 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.81% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6748 is #9098B7. Grayscale: #656565. Windows color (decimal): -9476280 or 4745071. OLE color: 4745071.

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

Color convert

RGB11110372-
CMYK00.070.350.56
HSL47.69º21.31%35.88%-
HSV(B)47.69º35.14%43.53%-
XYZ12.5813.558.08-
YUV101.86111.15134.52-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.81%
GREEN value IS 103 (40.62% from 255) = 36.01%
BLUE value IS 72 (28.52% from 255) = 25.17%
R=38.81%
G=36.01%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111037200.070.350.5647.6921.3135.88
Hex6F6748072338301524
Octal157147110074370602544
Binary110111111001111001000011110001111100011000010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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