#685821

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

Shades of Horses Neck #685821

Tints of Horses Neck #685821

Color information

#685821 (or 0x685821) is unknown color: approx Horses Neck. HEX triplet: 68, 58 and 21. RGB value is (104,88,33). Sum of RGB (Red+Green+Blue) = 104+88+33=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 33 (13.28% from 255 or 14.67% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #685821 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685821 is #97A7DE. Grayscale: #565656. Windows color (decimal): -9938911 or 2185320. OLE color: 2185320.

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

Color convert

RGB1048833-
CMYK00.150.680.59
HSL46.48º51.82%26.86%-
HSV(B)46.48º68.27%40.78%-
XYZ9.4710.032.88-
YUV86.5197.8140.47-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.22%
GREEN value IS 88 (34.77% from 255) = 39.11%
BLUE value IS 33 (13.28% from 255) = 14.67%
R=46.22%
G=39.11%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104883300.150.680.5946.4851.8226.86
Hex6858210F443B2e341b
Octal1501304101710473566433
Binary1101000101100010000101111100010011101110111011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685821; }

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

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

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

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

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

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

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

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