#685519

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

Shades of Horses Neck #685519

Tints of Horses Neck #685519

Color information

#685519 (or 0x685519) is unknown color: approx Horses Neck. HEX triplet: 68, 55 and 19. RGB value is (104,85,25). Sum of RGB (Red+Green+Blue) = 104+85+25=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 25 (10.16% from 255 or 11.68% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #685519 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685519 is #97AAE6. Grayscale: #545454. Windows color (decimal): -9939687 or 1660264. OLE color: 1660264.

HSL color Cylindrical-coordinate representation of color #685519: hue angle of 45.57º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #685519 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB1048525-
CMYK00.180.760.59
HSL45.57º61.24%25.29%-
HSV(B)45.57º75.96%40.78%-
XYZ9.139.512.27-
YUV83.8494.79142.38-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.60%
GREEN value IS 85 (33.59% from 255) = 39.72%
BLUE value IS 25 (10.16% from 255) = 11.68%
R=48.60%
G=39.72%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104852500.180.760.5945.5761.2425.29
Hex6855190124C3B2e3d19
Octal1501253102211473567531
Binary1101000101010111001010010100110011101110111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685519; }

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

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

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

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

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

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

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

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