Html Css Color HEX #806515 Yukon Gold

📋 copy color: '#806515'

red 128 ◦ green 101 ◦ blue 21

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

Shades of Yukon Gold #806515

Tints of Yukon Gold #806515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.4%

R = 51.2%
G = 40.4%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#806515 (or 0x806515) is known color: Yukon Gold. HEX triplet: 80, 65 and 15. RGB value is (128,101,21). Sum of RGB (Red+Green+Blue) = 128+101+21=250 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.2% from 250); Green value is 101 (39.84% from 255 or 40.4% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 128 - color contains mainly: red. Hex color #806515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806515 is #7F9AEA. Grayscale: #646464. Windows color (decimal): -8362731 or 1402240. OLE color: 1402240.

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

Color convert

RGB 128 101 21 -
CMYK 0 0.21 0.84 0.50
HSL 44.86º 0.72% 0.29% -
HSV(B) 44.86º 0.84% 0.5% -
XYZ 13.69 13.95 2.68 -
YUV 99.95 83.45 148 -
System Red Green Blue C M Y K H S L
Decimal 128 101 21 0 0.21 0.84 0.50 44.86 0.72 0.29
Hex 80 65 15 0 15 54 32 2D 48 1D
Octal 200 145 25 0 25 124 62 55 110 35
Binary 10000000 1100101 10101 0 10101 1010100 110010 101101 1001000 11101

Color Harmonies of #806515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806515

Black with #806515

Text Example


Text Example

White with #806515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806515; }

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

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

background-color css

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

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

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

border-color css

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

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

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