Html Css Color HEX #806520 Yukon Gold

📋 copy color: '#806520'

red 128 ◦ green 101 ◦ blue 32

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

Shades of Yukon Gold #806520

Tints of Yukon Gold #806520

RGB

 RED value IS 128 (50.39% from 255) = 49.04%

 GREEN value IS 101 (39.84% from 255) = 38.7%

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

R = 49.04%
G = 38.7%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#806520 (or 0x806520) is known color: Yukon Gold. HEX triplet: 80, 65 and 20. RGB value is (128,101,32). Sum of RGB (Red+Green+Blue) = 128+101+32=261 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.04% from 261); Green value is 101 (39.84% from 255 or 38.70% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 128 - color contains mainly: red. Hex color #806520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806520 is #7F9ADF. Grayscale: #656565. Windows color (decimal): -8362720 or 2123136. OLE color: 2123136.

HSL color Cylindrical-coordinate representation of color #806520: hue angle of 43.12º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #806520 is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 101 32 -
CMYK 0 0.21 0.75 0.50
HSL 43.13º 0.6% 0.31% -
HSV(B) 43.13º 0.75% 0.5% -
XYZ 13.82 14 3.34 -
YUV 101.21 88.95 147.11 -
System Red Green Blue C M Y K H S L
Decimal 128 101 32 0 0.21 0.75 0.50 43.13 0.6 0.31
Hex 80 65 20 0 15 4B 32 2B 3C 1F
Octal 200 145 40 0 25 113 62 53 74 37
Binary 10000000 1100101 100000 0 10101 1001011 110010 101011 111100 11111

Color Harmonies of #806520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806520

Black with #806520

Text Example


Text Example

White with #806520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806520; }

 p { color: rgb(128,101,32); }

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

background-color css

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

 a { background-color: rgb(128,101,32); }

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

border-color css

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

 span { border-color: rgb(128,101,32); }

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