#685827

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

Shades of Horses Neck #685827

Tints of Horses Neck #685827

Color information

#685827 (or 0x685827) is unknown color: approx Horses Neck. HEX triplet: 68, 58 and 27. RGB value is (104,88,39). Sum of RGB (Red+Green+Blue) = 104+88+39=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 39 (15.62% from 255 or 16.88% from 231); Max value from RGB is 104 - color contains mainly: red. Hex color #685827 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685827 is #97A7D8. Grayscale: #575757. Windows color (decimal): -9938905 or 2578536. OLE color: 2578536.

HSL color Cylindrical-coordinate representation of color #685827: hue angle of 45.23º degrees, saturation: 0.45, 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 #685827 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB1048839-
CMYK00.150.620.59
HSL45.23º45.45%28.04%-
HSV(B)45.23º62.5%40.78%-
XYZ9.5610.073.36-
YUV87.2100.8139.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.02%
GREEN value IS 88 (34.77% from 255) = 38.10%
BLUE value IS 39 (15.62% from 255) = 16.88%
R=45.02%
G=38.10%
B=16.88%

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
Decimal104883900.150.620.5945.2345.4528.04
Hex6858270F3E3B2d2d1c
Octal150130470177673555534
Binary110100010110001001110111111111011101110110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685827; }

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

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

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

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

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

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

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

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