#685635

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

Shades of Horses Neck #685635

Tints of Horses Neck #685635

Color information

#685635 (or 0x685635) is unknown color: approx Horses Neck. HEX triplet: 68, 56 and 35. RGB value is (104,86,53). Sum of RGB (Red+Green+Blue) = 104+86+53=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 86 (33.98% from 255 or 35.39% from 243); Blue value is 53 (21.09% from 255 or 21.81% from 243); Max value from RGB is 104 - color contains mainly: red. Hex color #685635 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685635 is #97A9CA. Grayscale: #575757. Windows color (decimal): -9939403 or 3495528. OLE color: 3495528.

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

Color convert

RGB1048653-
CMYK00.170.490.59
HSL38.82º32.48%30.78%-
HSV(B)38.82º49.04%40.78%-
XYZ9.689.864.76-
YUV87.62108.46139.68-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.80%
GREEN value IS 86 (33.98% from 255) = 35.39%
BLUE value IS 53 (21.09% from 255) = 21.81%
R=42.80%
G=35.39%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104865300.170.490.5938.8232.4830.78
Hex685635011313B27201f
Octal150126650216173474037
Binary1101000101011011010101000111000111101110011110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685635; }

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

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

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

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

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

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

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

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