#685730

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

Shades of Horses Neck #685730

Tints of Horses Neck #685730

Color information

#685730 (or 0x685730) is unknown color: approx Horses Neck. HEX triplet: 68, 57 and 30. RGB value is (104,87,48). Sum of RGB (Red+Green+Blue) = 104+87+48=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 87 (34.38% from 255 or 36.40% from 239); Blue value is 48 (19.14% from 255 or 20.08% from 239); Max value from RGB is 104 - color contains mainly: red. Hex color #685730 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685730 is #97A8CF. Grayscale: #575757. Windows color (decimal): -9939152 or 3168104. OLE color: 3168104.

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

Color convert

RGB1048748-
CMYK00.160.540.59
HSL41.79º36.84%29.8%-
HSV(B)41.79º53.85%40.78%-
XYZ9.659.974.21-
YUV87.64105.63139.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.51%
GREEN value IS 87 (34.38% from 255) = 36.40%
BLUE value IS 48 (19.14% from 255) = 20.08%
R=43.51%
G=36.40%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104874800.160.540.5941.7936.8429.8
Hex685730010363B2a251e
Octal150127600206673524536
Binary1101000101011111000001000011011011101110101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685730; }

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

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

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

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

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

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

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

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