#6E6752

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

Shades of Crocodile #6E6752

Tints of Crocodile #6E6752

Color information

#6E6752 (or 0x6E6752) is unknown color: approx Crocodile. HEX triplet: 6E, 67 and 52. RGB value is (110,103,82). Sum of RGB (Red+Green+Blue) = 110+103+82=295 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.29% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6752 is #9198AD. Grayscale: #666666. Windows color (decimal): -9541806 or 5400430. OLE color: 5400430.

HSL color Cylindrical-coordinate representation of color #6E6752: hue angle of 45º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6E6752 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.57.

Color convert

RGB11010382-
CMYK00.060.250.57
HSL45º14.58%37.65%-
HSV(B)45º25.45%43.14%-
XYZ12.813.629.94-
YUV102.7116.32133.21-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.29%
GREEN value IS 103 (40.62% from 255) = 34.92%
BLUE value IS 82 (32.42% from 255) = 27.80%
R=37.29%
G=34.92%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101038200.060.250.574514.5837.65
Hex6E67520619392df26
Octal156147122063171551746
Binary1101110110011110100100110110011110011011011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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