#6B5728

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

Shades of Horses Neck #6B5728

Tints of Horses Neck #6B5728

Color information

#6B5728 (or 0x6B5728) is unknown color: approx Horses Neck. HEX triplet: 6B, 57 and 28. RGB value is (107,87,40). Sum of RGB (Red+Green+Blue) = 107+87+40=234 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.73% from 234); Green value is 87 (34.38% from 255 or 37.18% from 234); Blue value is 40 (16.02% from 255 or 17.09% from 234); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5728 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5728 is #94A8D7. Grayscale: #575757. Windows color (decimal): -9742552 or 2643819. OLE color: 2643819.

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

Color convert

RGB1078740-
CMYK00.190.630.58
HSL42.09º45.58%28.82%-
HSV(B)42.09º62.62%41.96%-
XYZ9.8510.13.44-
YUV87.62101.13141.82-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 45.73%
GREEN value IS 87 (34.38% from 255) = 37.18%
BLUE value IS 40 (16.02% from 255) = 17.09%
R=45.73%
G=37.18%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.63
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107874000.190.630.5842.0945.5828.82
Hex6B57280133F3A2a2e1d
Octal153127500237772525635
Binary1101011101011110100001001111111111101010101010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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