Html Css Color HEX #685720 Horses Neck

📋 copy color: '#685720'

red 104 ◦ green 87 ◦ blue 32

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

Shades of Horses Neck #685720

Tints of Horses Neck #685720

RGB

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

 GREEN value IS 87 (34.38% from 255) = 39.01%

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

R = 46.64%
G = 39.01%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#685720 (or 0x685720) is known color: Horses Neck. HEX triplet: 68, 57 and 20. RGB value is (104,87,32). Sum of RGB (Red+Green+Blue) = 104+87+32=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 87 (34.38% from 255 or 39.01% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 104 - color contains mainly: red. Hex color #685720 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685720 is #97A8DF. Grayscale: #565656. Windows color (decimal): -9939168 or 2119528. OLE color: 2119528.

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

Color convert

RGB 104 87 32 -
CMYK 0 0.16 0.69 0.59
HSL 45.83º 0.53% 0.27% -
HSV(B) 45.83º 0.69% 0.41% -
XYZ 9.38 9.86 2.78 -
YUV 85.81 97.63 140.97 -
System Red Green Blue C M Y K H S L
Decimal 104 87 32 0 0.16 0.69 0.59 45.83 0.53 0.27
Hex 68 57 20 0 10 45 3B 2E 35 1B
Octal 150 127 40 0 20 105 73 56 65 33
Binary 1101000 1010111 100000 0 10000 1000101 111011 101110 110101 11011

Color Harmonies of #685720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685720

Black with #685720

Text Example


Text Example

White with #685720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685720; }

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

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

background-color css

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

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

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

border-color css

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

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

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