Html Css Color HEX #806819 Yukon Gold

📋 copy color: '#806819'

red 128 ◦ green 104 ◦ blue 25

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

Shades of Yukon Gold #806819

Tints of Yukon Gold #806819

RGB

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

 GREEN value IS 104 (41.02% from 255) = 40.47%

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

R = 49.81%
G = 40.47%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#806819 (or 0x806819) is known color: Yukon Gold. HEX triplet: 80, 68 and 19. RGB value is (128,104,25). Sum of RGB (Red+Green+Blue) = 128+104+25=257 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.81% from 257); Green value is 104 (41.02% from 255 or 40.47% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 128 - color contains mainly: red. Hex color #806819 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806819 is #7F97E6. Grayscale: #666666. Windows color (decimal): -8361959 or 1665152. OLE color: 1665152.

HSL color Cylindrical-coordinate representation of color #806819: hue angle of 46.02º 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 #806819 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 104 25 -
CMYK 0 0.19 0.80 0.50
HSL 46.02º 0.67% 0.3% -
HSV(B) 46.02º 0.8% 0.5% -
XYZ 14.03 14.56 2.99 -
YUV 102.17 84.45 146.42 -
System Red Green Blue C M Y K H S L
Decimal 128 104 25 0 0.19 0.80 0.50 46.02 0.67 0.3
Hex 80 68 19 0 13 50 32 2E 43 1E
Octal 200 150 31 0 23 120 62 56 103 36
Binary 10000000 1101000 11001 0 10011 1010000 110010 101110 1000011 11110

Color Harmonies of #806819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806819

Black with #806819

Text Example


Text Example

White with #806819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806819; }

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

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

background-color css

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

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

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

border-color css

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

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

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