#685833

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

Shades of Horses Neck #685833

Tints of Horses Neck #685833

Color information

#685833 (or 0x685833) is unknown color: approx Horses Neck. HEX triplet: 68, 58 and 33. RGB value is (104,88,51). Sum of RGB (Red+Green+Blue) = 104+88+51=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 51 (20.31% from 255 or 20.99% from 243); Max value from RGB is 104 - color contains mainly: red. Hex color #685833 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685833 is #97A7CC. Grayscale: #585858. Windows color (decimal): -9938893 or 3364968. OLE color: 3364968.

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

Color convert

RGB1048851-
CMYK00.150.510.59
HSL41.89º34.19%30.39%-
HSV(B)41.89º50.96%40.78%-
XYZ9.810.164.58-
YUV88.57106.8139.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.80%
GREEN value IS 88 (34.77% from 255) = 36.21%
BLUE value IS 51 (20.31% from 255) = 20.99%
R=42.80%
G=36.21%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.51
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104885100.150.510.5941.8934.1930.39
Hex6858330F333B2a221e
Octal150130630176373524236
Binary110100010110001100110111111001111101110101010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685833; }

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

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

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

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

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

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

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

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