Html Css Color HEX #806516 Yukon Gold

📋 copy color: '#806516'

red 128 ◦ green 101 ◦ blue 22

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

Shades of Yukon Gold #806516

Tints of Yukon Gold #806516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.76%

R = 51%
G = 40.24%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#806516 (or 0x806516) is known color: Yukon Gold. HEX triplet: 80, 65 and 16. RGB value is (128,101,22). Sum of RGB (Red+Green+Blue) = 128+101+22=251 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.00% from 251); Green value is 101 (39.84% from 255 or 40.24% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 128 - color contains mainly: red. Hex color #806516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806516 is #7F9AE9. Grayscale: #646464. Windows color (decimal): -8362730 or 1467776. OLE color: 1467776.

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

Color convert

RGB 128 101 22 -
CMYK 0 0.21 0.83 0.50
HSL 44.72º 0.71% 0.29% -
HSV(B) 44.72º 0.83% 0.5% -
XYZ 13.7 13.95 2.73 -
YUV 100.07 83.95 147.92 -
System Red Green Blue C M Y K H S L
Decimal 128 101 22 0 0.21 0.83 0.50 44.72 0.71 0.29
Hex 80 65 16 0 15 53 32 2D 47 1D
Octal 200 145 26 0 25 123 62 55 107 35
Binary 10000000 1100101 10110 0 10101 1010011 110010 101101 1000111 11101

Color Harmonies of #806516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806516

Black with #806516

Text Example


Text Example

White with #806516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806516; }

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

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

background-color css

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

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

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

border-color css

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

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

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