#6D592A

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

Shades of Horses Neck #6D592A

Tints of Horses Neck #6D592A

Color information

#6D592A (or 0x6D592A) is unknown color: approx Horses Neck. HEX triplet: 6D, 59 and 2A. RGB value is (109,89,42). Sum of RGB (Red+Green+Blue) = 109+89+42=240 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.42% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 109 - color contains mainly: red. Hex color #6D592A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D592A is #92A6D5. Grayscale: #595959. Windows color (decimal): -9610966 or 2775405. OLE color: 2775405.

HSL color Cylindrical-coordinate representation of color #6D592A: hue angle of 42.09º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6D592A is Cyan = 0, Magento = 0.18, Yellow = 0.61 and Black (K on CMYK) = 0.57.

Color convert

RGB1098942-
CMYK00.180.610.57
HSL42.09º44.37%29.61%-
HSV(B)42.09º61.47%42.75%-
XYZ10.310.563.69-
YUV89.62101.13141.82-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 45.42%
GREEN value IS 89 (35.16% from 255) = 37.08%
BLUE value IS 42 (16.80% from 255) = 17.5%
R=45.42%
G=37.08%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.61
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109894200.180.610.5742.0944.3729.61
Hex6D592A0123D392a2c1e
Octal155131520227571525436
Binary1101101101100110101001001011110111100110101010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D592A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,89,42); }

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

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

 a { background-color: rgb(109,89,42); }

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

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

 span { border-color: rgb(109,89,42); }

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