#685838

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

Shades of Horses Neck #685838

Tints of Horses Neck #685838

Color information

#685838 (or 0x685838) is unknown color: approx Horses Neck. HEX triplet: 68, 58 and 38. RGB value is (104,88,56). Sum of RGB (Red+Green+Blue) = 104+88+56=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 88 (34.77% from 255 or 35.48% from 248); Blue value is 56 (22.27% from 255 or 22.58% from 248); Max value from RGB is 104 - color contains mainly: red. Hex color #685838 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685838 is #97A7C7. Grayscale: #595959. Windows color (decimal): -9938888 or 3692648. OLE color: 3692648.

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

Color convert

RGB1048856-
CMYK00.150.460.59
HSL40º30%31.37%-
HSV(B)40º46.15%40.78%-
XYZ9.9110.215.19-
YUV89.14109.3138.6-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.94%
GREEN value IS 88 (34.77% from 255) = 35.48%
BLUE value IS 56 (22.27% from 255) = 22.58%
R=41.94%
G=35.48%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104885600.150.460.59403031.37
Hex6858380F2E3B281e1f
Octal150130700175673503637
Binary11010001011000111000011111011101110111010001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685838; }

 p { color: rgb(104,88,56); }

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

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

 a { background-color: rgb(104,88,56); }

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

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

 span { border-color: rgb(104,88,56); }

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