#6B5628

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

Shades of Horses Neck #6B5628

Tints of Horses Neck #6B5628

Color information

#6B5628 (or 0x6B5628) is unknown color: approx Horses Neck. HEX triplet: 6B, 56 and 28. RGB value is (107,86,40). Sum of RGB (Red+Green+Blue) = 107+86+40=233 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.92% from 233); Green value is 86 (33.98% from 255 or 36.91% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5628 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5628 is #94A9D7. Grayscale: #575757. Windows color (decimal): -9742808 or 2643563. OLE color: 2643563.

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

Color convert

RGB1078640-
CMYK00.200.630.58
HSL41.19º45.58%28.82%-
HSV(B)41.19º62.62%41.96%-
XYZ9.779.933.41-
YUV87.04101.46142.24-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 45.92%
GREEN value IS 86 (33.98% from 255) = 36.91%
BLUE value IS 40 (16.02% from 255) = 17.17%
R=45.92%
G=36.91%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107864000.200.630.5841.1945.5828.82
Hex6B56280143F3A292e1d
Octal153126500247772515635
Binary1101011101011010100001010011111111101010100110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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