Html Css Color HEX #685021 Horses Neck

📋 copy color: '#685021'

red 104 ◦ green 80 ◦ blue 33

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

Shades of Horses Neck #685021

Tints of Horses Neck #685021

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.87%

 BLUE value IS 33 (13.28% from 255) = 15.21%

R = 47.93%
G = 36.87%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.59

RGB Variations

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

Color information

#685021 (or 0x685021) is known color: Horses Neck. HEX triplet: 68, 50 and 21. RGB value is (104,80,33). Sum of RGB (Red+Green+Blue) = 104+80+33=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 33 (13.28% from 255 or 15.21% from 217); Max value from RGB is 104 - color contains mainly: red. Hex color #685021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685021 is #97AFDE. Grayscale: #525252. Windows color (decimal): -9940959 or 2183272. OLE color: 2183272.

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

Color convert

RGB 104 80 33 -
CMYK 0 0.23 0.68 0.59
HSL 39.72º 0.52% 0.27% -
HSV(B) 39.72º 0.68% 0.41% -
XYZ 8.85 8.79 2.67 -
YUV 81.82 100.45 143.82 -
System Red Green Blue C M Y K H S L
Decimal 104 80 33 0 0.23 0.68 0.59 39.72 0.52 0.27
Hex 68 50 21 0 17 44 3B 28 34 1B
Octal 150 120 41 0 27 104 73 50 64 33
Binary 1101000 1010000 100001 0 10111 1000100 111011 101000 110100 11011

Color Harmonies of #685021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685021

Black with #685021

Text Example


Text Example

White with #685021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685021; }

 p { color: rgb(104,80,33); }

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

background-color css

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

 a { background-color: rgb(104,80,33); }

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

border-color css

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

 span { border-color: rgb(104,80,33); }

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