Html Css Color HEX #806815 Yukon Gold

📋 copy color: '#806815'

red 128 ◦ green 104 ◦ blue 21

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

Shades of Yukon Gold #806815

Tints of Yukon Gold #806815

RGB

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

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

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

R = 50.59%
G = 41.11%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#806815 (or 0x806815) is known color: Yukon Gold. HEX triplet: 80, 68 and 15. RGB value is (128,104,21). Sum of RGB (Red+Green+Blue) = 128+104+21=253 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.59% from 253); Green value is 104 (41.02% from 255 or 41.11% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 128 - color contains mainly: red. Hex color #806815 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806815 is #7F97EA. Grayscale: #666666. Windows color (decimal): -8361963 or 1403008. OLE color: 1403008.

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

Color convert

RGB 128 104 21 -
CMYK 0 0.19 0.84 0.50
HSL 46.54º 0.72% 0.29% -
HSV(B) 46.54º 0.84% 0.5% -
XYZ 13.99 14.54 2.78 -
YUV 101.71 82.45 146.75 -
System Red Green Blue C M Y K H S L
Decimal 128 104 21 0 0.19 0.84 0.50 46.54 0.72 0.29
Hex 80 68 15 0 13 54 32 2F 48 1D
Octal 200 150 25 0 23 124 62 57 110 35
Binary 10000000 1101000 10101 0 10011 1010100 110010 101111 1001000 11101

Color Harmonies of #806815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806815

Black with #806815

Text Example


Text Example

White with #806815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806815; }

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

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

background-color css

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

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

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

border-color css

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

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

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