#6C5529

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

Shades of Horses Neck #6C5529

Tints of Horses Neck #6C5529

Color information

#6C5529 (or 0x6C5529) is unknown color: approx Horses Neck. HEX triplet: 6C, 55 and 29. RGB value is (108,85,41). Sum of RGB (Red+Green+Blue) = 108+85+41=234 (30% of max value = 765). Red value is 108 (42.58% from 255 or 46.15% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 41 (16.41% from 255 or 17.52% from 234); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5529 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5529 is #93AAD6. Grayscale: #575757. Windows color (decimal): -9677527 or 2708844. OLE color: 2708844.

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

Color convert

RGB1088541-
CMYK00.210.620.58
HSL39.4º44.97%29.22%-
HSV(B)39.4º62.04%42.35%-
XYZ9.839.853.48-
YUV86.86102.12143.08-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 46.15%
GREEN value IS 85 (33.59% from 255) = 36.32%
BLUE value IS 41 (16.41% from 255) = 17.52%
R=46.15%
G=36.32%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.62
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108854100.210.620.5839.444.9729.22
Hex6C55290153E3A272d1d
Octal154125510257672475535
Binary1101100101010110100101010111111011101010011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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