#685221

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

Shades of Horses Neck #685221

Tints of Horses Neck #685221

Color information

#685221 (or 0x685221) is unknown color: approx Horses Neck. HEX triplet: 68, 52 and 21. RGB value is (104,82,33). Sum of RGB (Red+Green+Blue) = 104+82+33=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 33 (13.28% from 255 or 15.07% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #685221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685221 is #97ADDE. Grayscale: #535353. Windows color (decimal): -9940447 or 2183784. OLE color: 2183784.

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

Color convert

RGB1048233-
CMYK00.210.680.59
HSL41.41º51.82%26.86%-
HSV(B)41.41º68.27%40.78%-
XYZ99.092.72-
YUV82.9999.79142.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.49%
GREEN value IS 82 (32.42% from 255) = 37.44%
BLUE value IS 33 (13.28% from 255) = 15.07%
R=47.49%
G=37.44%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104823300.210.680.5941.4151.8226.86
Hex685221015443B29341b
Octal1501224102510473516433
Binary11010001010010100001010101100010011101110100111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685221; }

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

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

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

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

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

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

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

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