#685521

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

Shades of Horses Neck #685521

Tints of Horses Neck #685521

Color information

#685521 (or 0x685521) is unknown color: approx Horses Neck. HEX triplet: 68, 55 and 21. RGB value is (104,85,33). Sum of RGB (Red+Green+Blue) = 104+85+33=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 33 (13.28% from 255 or 14.86% from 222); Max value from RGB is 104 - color contains mainly: red. Hex color #685521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685521 is #97AADE. Grayscale: #545454. Windows color (decimal): -9939679 or 2184552. OLE color: 2184552.

HSL color Cylindrical-coordinate representation of color #685521: hue angle of 43.94º 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 #685521 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.59.

Color convert

RGB1048533-
CMYK00.180.680.59
HSL43.94º51.82%26.86%-
HSV(B)43.94º68.27%40.78%-
XYZ9.239.552.8-
YUV84.7598.79141.73-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.85%
GREEN value IS 85 (33.59% from 255) = 38.29%
BLUE value IS 33 (13.28% from 255) = 14.86%
R=46.85%
G=38.29%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104853300.180.680.5943.9451.8226.86
Hex685521012443B2c341b
Octal1501254102210473546433
Binary11010001010101100001010010100010011101110110011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685521; }

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

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

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

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

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

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

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

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