#685633

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

Shades of Horses Neck #685633

Tints of Horses Neck #685633

Color information

#685633 (or 0x685633) is unknown color: approx Horses Neck. HEX triplet: 68, 56 and 33. RGB value is (104,86,51). Sum of RGB (Red+Green+Blue) = 104+86+51=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 51 (20.31% from 255 or 21.16% from 241); Max value from RGB is 104 - color contains mainly: red. Hex color #685633 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685633 is #97A9CC. Grayscale: #575757. Windows color (decimal): -9939405 or 3364456. OLE color: 3364456.

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

Color convert

RGB1048651-
CMYK00.170.510.59
HSL39.62º34.19%30.39%-
HSV(B)39.62º50.96%40.78%-
XYZ9.639.844.52-
YUV87.39107.46139.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.15%
GREEN value IS 86 (33.98% from 255) = 35.68%
BLUE value IS 51 (20.31% from 255) = 21.16%
R=43.15%
G=35.68%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.51
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104865100.170.510.5939.6234.1930.39
Hex685633011333B28221e
Octal150126630216373504236
Binary1101000101011011001101000111001111101110100010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685633; }

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

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

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

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

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

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

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

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