Html Css Color HEX #685521 Horses Neck

📋 copy color: '#685521'

red 104 ◦ green 85 ◦ blue 33

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

Shades of Horses Neck #685521

Tints of Horses Neck #685521

RGB

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

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

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

R = 46.85%
G = 38.29%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.59

RGB Variations

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

Color information

#685521 (or 0x685521) is known color: Horses Neck. HEX triplet: 68, 55 and 21. RGB value is (104,85,33). Sum of RGB (Red+Green+Blue) = 104+85+33=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 33 (13.28% from 255 or 14.86% from 222); Max value from RGB is 104 - color contains mainly: red. Hex color #685521 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685521 is #97AADE. Grayscale: #545454. Windows color (decimal): -9939679 or 2184552. OLE color: 2184552.

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

Color convert

RGB 104 85 33 -
CMYK 0 0.18 0.68 0.59
HSL 43.94º 0.52% 0.27% -
HSV(B) 43.94º 0.68% 0.41% -
XYZ 9.23 9.55 2.8 -
YUV 84.75 98.79 141.73 -
System Red Green Blue C M Y K H S L
Decimal 104 85 33 0 0.18 0.68 0.59 43.94 0.52 0.27
Hex 68 55 21 0 12 44 3B 2C 34 1B
Octal 150 125 41 0 22 104 73 54 64 33
Binary 1101000 1010101 100001 0 10010 1000100 111011 101100 110100 11011

Color Harmonies of #685521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685521

Black with #685521

Text Example


Text Example

White with #685521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685521; }

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

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

background-color css

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

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

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

border-color css

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

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

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