#6F6752

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

Shades of Crocodile #6F6752

Tints of Crocodile #6F6752

Color information

#6F6752 (or 0x6F6752) is unknown color: approx Crocodile. HEX triplet: 6F, 67 and 52. RGB value is (111,103,82). Sum of RGB (Red+Green+Blue) = 111+103+82=296 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.5% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 82 (32.42% from 255 or 27.70% from 296); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6752 is #9098AD. Grayscale: #676767. Windows color (decimal): -9476270 or 5400431. OLE color: 5400431.

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

Color convert

RGB11110382-
CMYK00.070.260.56
HSL43.45º15.03%37.84%-
HSV(B)43.45º26.13%43.53%-
XYZ12.9313.699.94-
YUV103116.15133.71-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.5%
GREEN value IS 103 (40.62% from 255) = 34.80%
BLUE value IS 82 (32.42% from 255) = 27.70%
R=37.5%
G=34.80%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1111038200.070.260.5643.4515.0337.84
Hex6F6752071A382bf26
Octal157147122073270531746
Binary1101111110011110100100111110101110001010111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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