#6E6953

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

Shades of Crocodile #6E6953

Tints of Crocodile #6E6953

Color information

#6E6953 (or 0x6E6953) is unknown color: approx Crocodile. HEX triplet: 6E, 69 and 53. RGB value is (110,105,83). Sum of RGB (Red+Green+Blue) = 110+105+83=298 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.91% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 83 (32.81% from 255 or 27.85% from 298); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6953 is #9196AC. Grayscale: #686868. Windows color (decimal): -9541293 or 5466478. OLE color: 5466478.

HSL color Cylindrical-coordinate representation of color #6E6953: hue angle of 48.89º degrees, saturation: 0.14, 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 #6E6953 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.57.

Color convert

RGB11010583-
CMYK00.050.250.57
HSL48.89º13.99%37.84%-
HSV(B)48.89º24.55%43.14%-
XYZ13.0414.0410.21-
YUV103.99116.16132.29-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.91%
GREEN value IS 105 (41.41% from 255) = 35.23%
BLUE value IS 83 (32.81% from 255) = 27.85%
R=36.91%
G=35.23%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1101058300.050.250.5748.8913.9937.84
Hex6E695305193931e26
Octal156151123053171611646
Binary1101110110100110100110101110011110011100011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,105,83); }

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

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

 a { background-color: rgb(110,105,83); }

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

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

 span { border-color: rgb(110,105,83); }

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