#6A561C

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

Shades of Horses Neck #6A561C

Tints of Horses Neck #6A561C

Color information

#6A561C (or 0x6A561C) is unknown color: approx Horses Neck. HEX triplet: 6A, 56 and 1C. RGB value is (106,86,28). Sum of RGB (Red+Green+Blue) = 106+86+28=220 (29% of max value = 765). Red value is 106 (41.80% from 255 or 48.18% from 220); Green value is 86 (33.98% from 255 or 39.09% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 106 - color contains mainly: red. Hex color #6A561C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A561C is #95A9E3. Grayscale: #555555. Windows color (decimal): -9808356 or 1857130. OLE color: 1857130.

HSL color Cylindrical-coordinate representation of color #6A561C: hue angle of 44.62º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6A561C is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.58.

Color convert

RGB1068628-
CMYK00.190.740.58
HSL44.62º58.21%26.27%-
HSV(B)44.62º73.58%41.57%-
XYZ9.489.82.49-
YUV85.3795.63142.72-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 48.18%
GREEN value IS 86 (33.98% from 255) = 39.09%
BLUE value IS 28 (11.33% from 255) = 12.73%
R=48.18%
G=39.09%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.74
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106862800.190.740.5844.6258.2126.27
Hex6A561C0134A3A2d3a1a
Octal1521263402311272557232
Binary1101010101011011100010011100101011101010110111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A561C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,86,28); }

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

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

 a { background-color: rgb(106,86,28); }

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

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

 span { border-color: rgb(106,86,28); }

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