#685419

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

Shades of Horses Neck #685419

Tints of Horses Neck #685419

Color information

#685419 (or 0x685419) is unknown color: approx Horses Neck. HEX triplet: 68, 54 and 19. RGB value is (104,84,25). Sum of RGB (Red+Green+Blue) = 104+84+25=213 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.83% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 25 (10.16% from 255 or 11.74% from 213); Max value from RGB is 104 - color contains mainly: red. Hex color #685419 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685419 is #97ABE6. Grayscale: #535353. Windows color (decimal): -9939943 or 1660008. OLE color: 1660008.

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

Color convert

RGB1048425-
CMYK00.190.760.59
HSL44.81º61.24%25.29%-
HSV(B)44.81º75.96%40.78%-
XYZ9.059.352.25-
YUV83.2595.13142.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 48.83%
GREEN value IS 84 (33.20% from 255) = 39.44%
BLUE value IS 25 (10.16% from 255) = 11.74%
R=48.83%
G=39.44%
B=11.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104842500.190.760.5944.8161.2425.29
Hex6854190134C3B2d3d19
Octal1501243102311473557531
Binary1101000101010011001010011100110011101110110111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685419; }

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

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

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

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

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

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

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

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