Html Css Color HEX #685520 Horses Neck

📋 copy color: '#685520'

red 104 ◦ green 85 ◦ blue 32

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

Shades of Horses Neck #685520

Tints of Horses Neck #685520

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.46%

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

R = 47.06%
G = 38.46%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#685520 (or 0x685520) is known color: Horses Neck. HEX triplet: 68, 55 and 20. RGB value is (104,85,32). Sum of RGB (Red+Green+Blue) = 104+85+32=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 32 (12.89% from 255 or 14.48% from 221); Max value from RGB is 104 - color contains mainly: red. Hex color #685520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685520 is #97AADF. Grayscale: #545454. Windows color (decimal): -9939680 or 2119016. OLE color: 2119016.

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

Color convert

RGB 104 85 32 -
CMYK 0 0.18 0.69 0.59
HSL 44.17º 0.53% 0.27% -
HSV(B) 44.17º 0.69% 0.41% -
XYZ 9.22 9.54 2.72 -
YUV 84.64 98.29 141.81 -
System Red Green Blue C M Y K H S L
Decimal 104 85 32 0 0.18 0.69 0.59 44.17 0.53 0.27
Hex 68 55 20 0 12 45 3B 2C 35 1B
Octal 150 125 40 0 22 105 73 54 65 33
Binary 1101000 1010101 100000 0 10010 1000101 111011 101100 110101 11011

Color Harmonies of #685520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685520

Black with #685520

Text Example


Text Example

White with #685520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685520; }

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

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

background-color css

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

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

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

border-color css

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

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

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