#685619

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

Shades of Horses Neck #685619

Tints of Horses Neck #685619

Color information

#685619 (or 0x685619) is unknown color: approx Horses Neck. HEX triplet: 68, 56 and 19. RGB value is (104,86,25). Sum of RGB (Red+Green+Blue) = 104+86+25=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 86 (33.98% from 255 or 40% from 215); Blue value is 25 (10.16% from 255 or 11.63% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #685619 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685619 is #97A9E6. Grayscale: #545454. Windows color (decimal): -9939431 or 1660520. OLE color: 1660520.

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

Color convert

RGB1048625-
CMYK00.170.760.59
HSL46.33º61.24%25.29%-
HSV(B)46.33º75.96%40.78%-
XYZ9.219.672.3-
YUV84.4394.46141.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.37%
GREEN value IS 86 (33.98% from 255) = 40%
BLUE value IS 25 (10.16% from 255) = 11.63%
R=48.37%
G=40%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104862500.170.760.5946.3361.2425.29
Hex6856190114C3B2e3d19
Octal1501263102111473567531
Binary1101000101011011001010001100110011101110111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685619; }

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

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

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

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

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

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

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

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