#685733

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

Shades of Horses Neck #685733

Tints of Horses Neck #685733

Color information

#685733 (or 0x685733) is unknown color: approx Horses Neck. HEX triplet: 68, 57 and 33. RGB value is (104,87,51). Sum of RGB (Red+Green+Blue) = 104+87+51=242 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.98% from 242); Green value is 87 (34.38% from 255 or 35.95% from 242); Blue value is 51 (20.31% from 255 or 21.07% from 242); Max value from RGB is 104 - color contains mainly: red. Hex color #685733 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685733 is #97A8CC. Grayscale: #585858. Windows color (decimal): -9939149 or 3364712. OLE color: 3364712.

HSL color Cylindrical-coordinate representation of color #685733: hue angle of 40.75º 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 #685733 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.59.

Color convert

RGB1048751-
CMYK00.160.510.59
HSL40.75º34.19%30.39%-
HSV(B)40.75º50.96%40.78%-
XYZ9.71104.55-
YUV87.98107.13139.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.98%
GREEN value IS 87 (34.38% from 255) = 35.95%
BLUE value IS 51 (20.31% from 255) = 21.07%
R=42.98%
G=35.95%
B=21.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104875100.160.510.5940.7534.1930.39
Hex685733010333B29221e
Octal150127630206373514236
Binary1101000101011111001101000011001111101110100110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685733; }

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

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

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

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

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

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

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

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