#685A2B

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

Shades of Horses Neck #685A2B

Tints of Horses Neck #685A2B

Color information

#685A2B (or 0x685A2B) is unknown color: approx Horses Neck. HEX triplet: 68, 5A and 2B. RGB value is (104,90,43). Sum of RGB (Red+Green+Blue) = 104+90+43=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 90 (35.55% from 255 or 37.97% from 237); Blue value is 43 (17.19% from 255 or 18.14% from 237); Max value from RGB is 104 - color contains mainly: red. Hex color #685A2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685A2B is #97A5D4. Grayscale: #595959. Windows color (decimal): -9938389 or 2841192. OLE color: 2841192.

HSL color Cylindrical-coordinate representation of color #685A2B: hue angle of 46.23º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #685A2B is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.59.

Color convert

RGB1049043-
CMYK00.130.590.59
HSL46.23º41.5%28.82%-
HSV(B)46.23º58.65%40.78%-
XYZ9.810.433.78-
YUV88.83102.14138.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 43.88%
GREEN value IS 90 (35.55% from 255) = 37.97%
BLUE value IS 43 (17.19% from 255) = 18.14%
R=43.88%
G=37.97%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104904300.130.590.5946.2341.528.82
Hex685A2B0D3B3B2e291d
Octal150132530157373565135
Binary110100010110101010110110111101111101110111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685A2B; }

 p { color: rgb(104,90,43); }

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

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

 a { background-color: rgb(104,90,43); }

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

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

 span { border-color: rgb(104,90,43); }

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