#685834

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

Shades of Horses Neck #685834

Tints of Horses Neck #685834

Color information

#685834 (or 0x685834) is unknown color: approx Horses Neck. HEX triplet: 68, 58 and 34. RGB value is (104,88,52). Sum of RGB (Red+Green+Blue) = 104+88+52=244 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.62% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 52 (20.70% from 255 or 21.31% from 244); Max value from RGB is 104 - color contains mainly: red. Hex color #685834 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685834 is #97A7CB. Grayscale: #585858. Windows color (decimal): -9938892 or 3430504. OLE color: 3430504.

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

Color convert

RGB1048852-
CMYK00.150.500.59
HSL41.54º33.33%30.59%-
HSV(B)41.54º50%40.78%-
XYZ9.8210.174.69-
YUV88.68107.3138.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.62%
GREEN value IS 88 (34.77% from 255) = 36.07%
BLUE value IS 52 (20.70% from 255) = 21.31%
R=42.62%
G=36.07%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104885200.150.500.5941.5433.3330.59
Hex6858340F323B2a211f
Octal150130640176273524137
Binary110100010110001101000111111001011101110101010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685834; }

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

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

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

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

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

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

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

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