#685736

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

Shades of Horses Neck #685736

Tints of Horses Neck #685736

Color information

#685736 (or 0x685736) is unknown color: approx Horses Neck. HEX triplet: 68, 57 and 36. RGB value is (104,87,54). Sum of RGB (Red+Green+Blue) = 104+87+54=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 87 (34.38% from 255 or 35.51% from 245); Blue value is 54 (21.48% from 255 or 22.04% from 245); Max value from RGB is 104 - color contains mainly: red. Hex color #685736 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685736 is #97A8C9. Grayscale: #585858. Windows color (decimal): -9939146 or 3561320. OLE color: 3561320.

HSL color Cylindrical-coordinate representation of color #685736: hue angle of 39.6º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #685736 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.59.

Color convert

RGB1048754-
CMYK00.160.480.59
HSL39.6º31.65%30.98%-
HSV(B)39.6º48.08%40.78%-
XYZ9.7810.034.91-
YUV88.32108.63139.18-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.45%
GREEN value IS 87 (34.38% from 255) = 35.51%
BLUE value IS 54 (21.48% from 255) = 22.04%
R=42.45%
G=35.51%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.48
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104875400.160.480.5939.631.6530.98
Hex685736010303B28201f
Octal150127660206073504037
Binary1101000101011111011001000011000011101110100010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685736; }

 p { color: rgb(104,87,54); }

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

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

 a { background-color: rgb(104,87,54); }

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

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

 span { border-color: rgb(104,87,54); }

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