#6C561A

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

Shades of Horses Neck #6C561A

Tints of Horses Neck #6C561A

Color information

#6C561A (or 0x6C561A) is unknown color: approx Horses Neck. HEX triplet: 6C, 56 and 1A. RGB value is (108,86,26). Sum of RGB (Red+Green+Blue) = 108+86+26=220 (29% of max value = 765). Red value is 108 (42.58% from 255 or 49.09% from 220); Green value is 86 (33.98% from 255 or 39.09% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 108 - color contains mainly: red. Hex color #6C561A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C561A is #93A9E5. Grayscale: #555555. Windows color (decimal): -9677286 or 1726060. OLE color: 1726060.

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

Color convert

RGB1088626-
CMYK00.200.760.58
HSL43.9º61.19%26.27%-
HSV(B)43.9º75.93%42.35%-
XYZ9.79.922.38-
YUV85.7494.29143.88-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 49.09%
GREEN value IS 86 (33.98% from 255) = 39.09%
BLUE value IS 26 (10.55% from 255) = 11.82%
R=49.09%
G=39.09%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.76
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108862600.200.760.5843.961.1926.27
Hex6C561A0144C3A2c3d1a
Octal1541263202411472547532
Binary1101100101011011010010100100110011101010110011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C561A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,86,26); }

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

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

 a { background-color: rgb(108,86,26); }

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

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

 span { border-color: rgb(108,86,26); }

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