#6C5528

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

Shades of Horses Neck #6C5528

Tints of Horses Neck #6C5528

Color information

#6C5528 (or 0x6C5528) is unknown color: approx Horses Neck. HEX triplet: 6C, 55 and 28. RGB value is (108,85,40). Sum of RGB (Red+Green+Blue) = 108+85+40=233 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.35% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5528 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5528 is #93AAD7. Grayscale: #565656. Windows color (decimal): -9677528 or 2643308. OLE color: 2643308.

HSL color Cylindrical-coordinate representation of color #6C5528: hue angle of 39.71º 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 #6C5528 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.58.

Color convert

RGB1088540-
CMYK00.210.630.58
HSL39.71º45.95%29.02%-
HSV(B)39.71º62.96%42.35%-
XYZ9.829.843.39-
YUV86.75101.62143.16-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 46.35%
GREEN value IS 85 (33.59% from 255) = 36.48%
BLUE value IS 40 (16.02% from 255) = 17.17%
R=46.35%
G=36.48%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108854000.210.630.5839.7145.9529.02
Hex6C55280153F3A282e1d
Octal154125500257772505635
Binary1101100101010110100001010111111111101010100010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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