Html Css Color HEX #685320 Horses Neck

📋 copy color: '#685320'

red 104 ◦ green 83 ◦ blue 32

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

Shades of Horses Neck #685320

Tints of Horses Neck #685320

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.9%

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

R = 47.49%
G = 37.9%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#685320 (or 0x685320) is known color: Horses Neck. HEX triplet: 68, 53 and 20. RGB value is (104,83,32). Sum of RGB (Red+Green+Blue) = 104+83+32=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 32 (12.89% from 255 or 14.61% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #685320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685320 is #97ACDF. Grayscale: #535353. Windows color (decimal): -9940192 or 2118504. OLE color: 2118504.

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

Color convert

RGB 104 83 32 -
CMYK 0 0.20 0.69 0.59
HSL 42.5º 0.53% 0.27% -
HSV(B) 42.5º 0.69% 0.41% -
XYZ 9.06 9.23 2.67 -
YUV 83.47 98.96 142.65 -
System Red Green Blue C M Y K H S L
Decimal 104 83 32 0 0.20 0.69 0.59 42.5 0.53 0.27
Hex 68 53 20 0 14 45 3B 2A 35 1B
Octal 150 123 40 0 24 105 73 52 65 33
Binary 1101000 1010011 100000 0 10100 1000101 111011 101010 110101 11011

Color Harmonies of #685320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685320

Black with #685320

Text Example


Text Example

White with #685320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685320; }

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

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

background-color css

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

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

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

border-color css

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

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

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