#6C521E

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

Shades of Horses Neck #6C521E

Tints of Horses Neck #6C521E

Color information

#6C521E (or 0x6C521E) is unknown color: approx Horses Neck. HEX triplet: 6C, 52 and 1E. RGB value is (108,82,30). Sum of RGB (Red+Green+Blue) = 108+82+30=220 (29% of max value = 765). Red value is 108 (42.58% from 255 or 49.09% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 30 (12.11% from 255 or 13.64% from 220); Max value from RGB is 108 - color contains mainly: red. Hex color #6C521E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C521E is #93ADE1. Grayscale: #545454. Windows color (decimal): -9678306 or 1987180. OLE color: 1987180.

HSL color Cylindrical-coordinate representation of color #6C521E: hue angle of 40º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6C521E is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.58.

Color convert

RGB1088230-
CMYK00.240.720.58
HSL40º56.52%27.06%-
HSV(B)40º72.22%42.35%-
XYZ9.449.322.53-
YUV83.8597.61145.23-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 49.09%
GREEN value IS 82 (32.42% from 255) = 37.27%
BLUE value IS 30 (12.11% from 255) = 13.64%
R=49.09%
G=37.27%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108823000.240.720.584056.5227.06
Hex6C521E018483A28391b
Octal1541223603011072507133
Binary1101100101001011110011000100100011101010100011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C521E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,82,30); }

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

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

 a { background-color: rgb(108,82,30); }

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

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

 span { border-color: rgb(108,82,30); }

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