Html Css Color HEX #685120 Horses Neck

📋 copy color: '#685120'

red 104 ◦ green 81 ◦ blue 32

#685120
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Horses Neck #685120

Tints of Horses Neck #685120

RGB

 RED value IS 104 (41.02% from 255) = 47.93%

 GREEN value IS 81 (32.03% from 255) = 37.33%

 BLUE value IS 32 (12.89% from 255) = 14.75%

R = 47.93%
G = 37.33%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#685120 (or 0x685120) is known color: Horses Neck. HEX triplet: 68, 51 and 20. RGB value is (104,81,32). Sum of RGB (Red+Green+Blue) = 104+81+32=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 81 (32.03% from 255 or 37.33% from 217); Blue value is 32 (12.89% from 255 or 14.75% from 217); Max value from RGB is 104 - color contains mainly: red. Hex color #685120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685120 is #97AEDF. Grayscale: #525252. Windows color (decimal): -9940704 or 2117992. OLE color: 2117992.

HSL color Cylindrical-coordinate representation of color #685120: hue angle of 40.83º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #685120 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 81 32 -
CMYK 0 0.22 0.69 0.59
HSL 40.83º 0.53% 0.27% -
HSV(B) 40.83º 0.69% 0.41% -
XYZ 8.91 8.93 2.62 -
YUV 82.29 99.62 143.48 -
System Red Green Blue C M Y K H S L
Decimal 104 81 32 0 0.22 0.69 0.59 40.83 0.53 0.27
Hex 68 51 20 0 16 45 3B 29 35 1B
Octal 150 121 40 0 26 105 73 51 65 33
Binary 1101000 1010001 100000 0 10110 1000101 111011 101001 110101 11011

Color Harmonies of #685120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685120

Black with #685120

Text Example


Text Example

White with #685120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685120; }

 p { color: rgb(104,81,32); }

 H1.HeaderClassName
 {
   color: #685120;
 }
 .AnyTagClassName
 {
   color: #685120;
 }
</style>

background-color css

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

 a { background-color: rgb(104,81,32); }

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

border-color css

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

 span { border-color: rgb(104,81,32); }

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