#6C5428

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

Shades of Horses Neck #6C5428

Tints of Horses Neck #6C5428

Color information

#6C5428 (or 0x6C5428) is unknown color: approx Horses Neck. HEX triplet: 6C, 54 and 28. RGB value is (108,84,40). Sum of RGB (Red+Green+Blue) = 108+84+40=232 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.55% from 232); Green value is 84 (33.20% from 255 or 36.21% from 232); Blue value is 40 (16.02% from 255 or 17.24% from 232); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5428 is #93ABD7. Grayscale: #565656. Windows color (decimal): -9677784 or 2643052. OLE color: 2643052.

HSL color Cylindrical-coordinate representation of color #6C5428: hue angle of 38.82º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6C5428 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.58.

Color convert

RGB1088440-
CMYK00.220.630.58
HSL38.82º45.95%29.02%-
HSV(B)38.82º62.96%42.35%-
XYZ9.749.683.36-
YUV86.16101.95143.58-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 46.55%
GREEN value IS 84 (33.20% from 255) = 36.21%
BLUE value IS 40 (16.02% from 255) = 17.24%
R=46.55%
G=36.21%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108844000.220.630.5838.8245.9529.02
Hex6C54280163F3A272e1d
Octal154124500267772475635
Binary1101100101010010100001011011111111101010011110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,84,40); }

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

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

 a { background-color: rgb(108,84,40); }

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

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

 span { border-color: rgb(108,84,40); }

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