#685224

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

Shades of Horses Neck #685224

Tints of Horses Neck #685224

Color information

#685224 (or 0x685224) is unknown color: approx Horses Neck. HEX triplet: 68, 52 and 24. RGB value is (104,82,36). Sum of RGB (Red+Green+Blue) = 104+82+36=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 36 (14.45% from 255 or 16.22% from 222); Max value from RGB is 104 - color contains mainly: red. Hex color #685224 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685224 is #97ADDB. Grayscale: #535353. Windows color (decimal): -9940444 or 2380392. OLE color: 2380392.

HSL color Cylindrical-coordinate representation of color #685224: hue angle of 40.59º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #685224 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.59.

Color convert

RGB1048236-
CMYK00.210.650.59
HSL40.59º48.57%27.45%-
HSV(B)40.59º65.38%40.78%-
XYZ9.049.112.95-
YUV83.33101.29142.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.85%
GREEN value IS 82 (32.42% from 255) = 36.94%
BLUE value IS 36 (14.45% from 255) = 16.22%
R=46.85%
G=36.94%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.65
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104823600.210.650.5940.5948.5727.45
Hex685224015413B29311b
Octal1501224402510173516133
Binary11010001010010100100010101100000111101110100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685224; }

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

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

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

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

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

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

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

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