#6B5928

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

Shades of Horses Neck #6B5928

Tints of Horses Neck #6B5928

Color information

#6B5928 (or 0x6B5928) is unknown color: approx Horses Neck. HEX triplet: 6B, 59 and 28. RGB value is (107,89,40). Sum of RGB (Red+Green+Blue) = 107+89+40=236 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.34% from 236); Green value is 89 (35.16% from 255 or 37.71% from 236); Blue value is 40 (16.02% from 255 or 16.95% from 236); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5928 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5928 is #94A6D7. Grayscale: #595959. Windows color (decimal): -9742040 or 2644331. OLE color: 2644331.

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

Color convert

RGB1078940-
CMYK00.170.630.58
HSL43.88º45.58%28.82%-
HSV(B)43.88º62.62%41.96%-
XYZ10.0210.423.49-
YUV88.8100.46140.98-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 45.34%
GREEN value IS 89 (35.16% from 255) = 37.71%
BLUE value IS 40 (16.02% from 255) = 16.95%
R=45.34%
G=37.71%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107894000.170.630.5843.8845.5828.82
Hex6B59280113F3A2c2e1d
Octal153131500217772545635
Binary1101011101100110100001000111111111101010110010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,89,40); }

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

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

 a { background-color: rgb(107,89,40); }

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

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

 span { border-color: rgb(107,89,40); }

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