Html Css Color HEX #806519 Yukon Gold

📋 copy color: '#806519'

red 128 ◦ green 101 ◦ blue 25

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

Shades of Yukon Gold #806519

Tints of Yukon Gold #806519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.84%

R = 50.39%
G = 39.76%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#806519 (or 0x806519) is known color: Yukon Gold. HEX triplet: 80, 65 and 19. RGB value is (128,101,25). Sum of RGB (Red+Green+Blue) = 128+101+25=254 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.39% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 128 - color contains mainly: red. Hex color #806519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806519 is #7F9AE6. Grayscale: #646464. Windows color (decimal): -8362727 or 1664384. OLE color: 1664384.

HSL color Cylindrical-coordinate representation of color #806519: hue angle of 44.27º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #806519 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 101 25 -
CMYK 0 0.21 0.80 0.50
HSL 44.27º 0.67% 0.3% -
HSV(B) 44.27º 0.8% 0.5% -
XYZ 13.73 13.97 2.89 -
YUV 100.41 85.45 147.68 -
System Red Green Blue C M Y K H S L
Decimal 128 101 25 0 0.21 0.80 0.50 44.27 0.67 0.3
Hex 80 65 19 0 15 50 32 2C 43 1E
Octal 200 145 31 0 25 120 62 54 103 36
Binary 10000000 1100101 11001 0 10101 1010000 110010 101100 1000011 11110

Color Harmonies of #806519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806519

Black with #806519

Text Example


Text Example

White with #806519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806519; }

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

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

background-color css

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

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

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

border-color css

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

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

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