#685321

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

Shades of Horses Neck #685321

Tints of Horses Neck #685321

Color information

#685321 (or 0x685321) is unknown color: approx Horses Neck. HEX triplet: 68, 53 and 21. RGB value is (104,83,33). Sum of RGB (Red+Green+Blue) = 104+83+33=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 33 (13.28% from 255 or 15% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #685321 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685321 is #97ACDE. Grayscale: #535353. Windows color (decimal): -9940191 or 2184040. OLE color: 2184040.

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

Color convert

RGB1048333-
CMYK00.200.680.59
HSL42.25º51.82%26.86%-
HSV(B)42.25º68.27%40.78%-
XYZ9.089.242.74-
YUV83.5899.46142.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.27%
GREEN value IS 83 (32.81% from 255) = 37.73%
BLUE value IS 33 (13.28% from 255) = 15%
R=47.27%
G=37.73%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104833300.200.680.5942.2551.8226.86
Hex685321014443B2a341b
Octal1501234102410473526433
Binary11010001010011100001010100100010011101110101011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685321; }

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

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

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

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

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

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

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

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