#6B5A28

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

Shades of Horses Neck #6B5A28

Tints of Horses Neck #6B5A28

Color information

#6B5A28 (or 0x6B5A28) is unknown color: approx Horses Neck. HEX triplet: 6B, 5A and 28. RGB value is (107,90,40). Sum of RGB (Red+Green+Blue) = 107+90+40=237 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.15% from 237); Green value is 90 (35.55% from 255 or 37.97% from 237); Blue value is 40 (16.02% from 255 or 16.88% from 237); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5A28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5A28 is #94A5D7. Grayscale: #595959. Windows color (decimal): -9741784 or 2644587. OLE color: 2644587.

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

Color convert

RGB1079040-
CMYK00.160.630.58
HSL44.78º45.58%28.82%-
HSV(B)44.78º62.62%41.96%-
XYZ10.110.593.52-
YUV89.38100.13140.57-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 45.15%
GREEN value IS 90 (35.55% from 255) = 37.97%
BLUE value IS 40 (16.02% from 255) = 16.88%
R=45.15%
G=37.97%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107904000.160.630.5844.7845.5828.82
Hex6B5A280103F3A2d2e1d
Octal153132500207772555635
Binary1101011101101010100001000011111111101010110110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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