#6C5821

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

Shades of Horses Neck #6C5821

Tints of Horses Neck #6C5821

Color information

#6C5821 (or 0x6C5821) is unknown color: approx Horses Neck. HEX triplet: 6C, 58 and 21. RGB value is (108,88,33). Sum of RGB (Red+Green+Blue) = 108+88+33=229 (30% of max value = 765). Red value is 108 (42.58% from 255 or 47.16% from 229); Green value is 88 (34.77% from 255 or 38.43% from 229); Blue value is 33 (13.28% from 255 or 14.41% from 229); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5821 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C5821 is #93A7DE. Grayscale: #575757. Windows color (decimal): -9676767 or 2185324. OLE color: 2185324.

HSL color Cylindrical-coordinate representation of color #6C5821: hue angle of 44º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6C5821 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.58.

Color convert

RGB1088833-
CMYK00.190.690.58
HSL44º53.19%27.65%-
HSV(B)44º69.44%42.35%-
XYZ9.9510.282.9-
YUV87.7197.13142.47-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 47.16%
GREEN value IS 88 (34.77% from 255) = 38.43%
BLUE value IS 33 (13.28% from 255) = 14.41%
R=47.16%
G=38.43%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.69
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108883300.190.690.584453.1927.65
Hex6C5821013453A2c351c
Octal1541304102310572546534
Binary11011001011000100001010011100010111101010110011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,88,33); }

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

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

 a { background-color: rgb(108,88,33); }

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

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

 span { border-color: rgb(108,88,33); }

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