#685630

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

Shades of Horses Neck #685630

Tints of Horses Neck #685630

Color information

#685630 (or 0x685630) is unknown color: approx Horses Neck. HEX triplet: 68, 56 and 30. RGB value is (104,86,48). Sum of RGB (Red+Green+Blue) = 104+86+48=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 86 (33.98% from 255 or 36.13% from 238); Blue value is 48 (19.14% from 255 or 20.17% from 238); Max value from RGB is 104 - color contains mainly: red. Hex color #685630 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685630 is #97A9CF. Grayscale: #575757. Windows color (decimal): -9939408 or 3167848. OLE color: 3167848.

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

Color convert

RGB1048648-
CMYK00.170.540.59
HSL40.71º36.84%29.8%-
HSV(B)40.71º53.85%40.78%-
XYZ9.579.814.19-
YUV87.05105.96140.09-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.70%
GREEN value IS 86 (33.98% from 255) = 36.13%
BLUE value IS 48 (19.14% from 255) = 20.17%
R=43.70%
G=36.13%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104864800.170.540.5940.7136.8429.8
Hex685630011363B29251e
Octal150126600216673514536
Binary1101000101011011000001000111011011101110100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685630; }

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

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

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

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

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

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

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

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