#6D572A

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

Shades of Horses Neck #6D572A

Tints of Horses Neck #6D572A

Color information

#6D572A (or 0x6D572A) is unknown color: approx Horses Neck. HEX triplet: 6D, 57 and 2A. RGB value is (109,87,42). Sum of RGB (Red+Green+Blue) = 109+87+42=238 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.80% from 238); Green value is 87 (34.38% from 255 or 36.55% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 109 - color contains mainly: red. Hex color #6D572A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D572A is #92A8D5. Grayscale: #585858. Windows color (decimal): -9611478 or 2774893. OLE color: 2774893.

HSL color Cylindrical-coordinate representation of color #6D572A: hue angle of 40.3º 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 #6D572A is Cyan = 0, Magento = 0.20, Yellow = 0.61 and Black (K on CMYK) = 0.57.

Color convert

RGB1098742-
CMYK00.200.610.57
HSL40.3º44.37%29.61%-
HSV(B)40.3º61.47%42.75%-
XYZ10.1310.233.63-
YUV88.45101.79142.66-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 45.80%
GREEN value IS 87 (34.38% from 255) = 36.55%
BLUE value IS 42 (16.80% from 255) = 17.65%
R=45.80%
G=36.55%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.61
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109874200.200.610.5740.344.3729.61
Hex6D572A0143D39282c1e
Octal155127520247571505436
Binary1101101101011110101001010011110111100110100010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D572A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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