#6D572D

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

Shades of Horses Neck #6D572D

Tints of Horses Neck #6D572D

Color information

#6D572D (or 0x6D572D) is unknown color: approx Horses Neck. HEX triplet: 6D, 57 and 2D. RGB value is (109,87,45). Sum of RGB (Red+Green+Blue) = 109+87+45=241 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.23% from 241); Green value is 87 (34.38% from 255 or 36.10% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 109 - color contains mainly: red. Hex color #6D572D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D572D is #92A8D2. Grayscale: #585858. Windows color (decimal): -9611475 or 2971501. OLE color: 2971501.

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

Color convert

RGB1098745-
CMYK00.200.590.57
HSL39.38º41.56%30.2%-
HSV(B)39.38º58.72%42.75%-
XYZ10.1910.263.93-
YUV88.79103.29142.42-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 45.23%
GREEN value IS 87 (34.38% from 255) = 36.10%
BLUE value IS 45 (17.97% from 255) = 18.67%
R=45.23%
G=36.10%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.59
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109874500.200.590.5739.3841.5630.2
Hex6D572D0143B39272a1e
Octal155127550247371475236
Binary1101101101011110110101010011101111100110011110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D572D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,87,45); }

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

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

 a { background-color: rgb(109,87,45); }

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

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

 span { border-color: rgb(109,87,45); }

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