#685828

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

Shades of Horses Neck #685828

Tints of Horses Neck #685828

Color information

#685828 (or 0x685828) is unknown color: approx Horses Neck. HEX triplet: 68, 58 and 28. RGB value is (104,88,40). Sum of RGB (Red+Green+Blue) = 104+88+40=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 40 (16.02% from 255 or 17.24% from 232); Max value from RGB is 104 - color contains mainly: red. Hex color #685828 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685828 is #97A7D7. Grayscale: #575757. Windows color (decimal): -9938904 or 2644072. OLE color: 2644072.

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

Color convert

RGB1048840-
CMYK00.150.620.59
HSL45º44.44%28.24%-
HSV(B)45º61.54%40.78%-
XYZ9.5810.083.45-
YUV87.31101.3139.9-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.83%
GREEN value IS 88 (34.77% from 255) = 37.93%
BLUE value IS 40 (16.02% from 255) = 17.24%
R=44.83%
G=37.93%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104884000.150.620.594544.4428.24
Hex6858280F3E3B2d2c1c
Octal150130500177673555434
Binary110100010110001010000111111111011101110110110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685828; }

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

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

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

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

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

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

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

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