#6B5224

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

Shades of Horses Neck #6B5224

Tints of Horses Neck #6B5224

Color information

#6B5224 (or 0x6B5224) is unknown color: approx Horses Neck. HEX triplet: 6B, 52 and 24. RGB value is (107,82,36). Sum of RGB (Red+Green+Blue) = 107+82+36=225 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.56% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 36 (14.45% from 255 or 16% from 225); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5224 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5224 is #94ADDB. Grayscale: #545454. Windows color (decimal): -9743836 or 2380395. OLE color: 2380395.

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

Color convert

RGB1078236-
CMYK00.230.660.58
HSL38.87º49.65%28.04%-
HSV(B)38.87º66.36%41.96%-
XYZ9.49.292.97-
YUV84.23100.78144.24-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 47.56%
GREEN value IS 82 (32.42% from 255) = 36.44%
BLUE value IS 36 (14.45% from 255) = 16%
R=47.56%
G=36.44%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.66
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107823600.230.660.5838.8749.6528.04
Hex6B5224017423A27321c
Octal1531224402710272476234
Binary11010111010010100100010111100001011101010011111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,82,36); }

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

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

 a { background-color: rgb(107,82,36); }

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

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

 span { border-color: rgb(107,82,36); }

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