Html Css Color HEX #806911 Yukon Gold

📋 copy color: '#806911'

red 128 ◦ green 105 ◦ blue 17

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

Shades of Yukon Gold #806911

Tints of Yukon Gold #806911

RGB

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

 GREEN value IS 105 (41.41% from 255) = 42%

 BLUE value IS 17 (7.03% from 255) = 6.8%

R = 51.2%
G = 42%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#806911 (or 0x806911) is known color: Yukon Gold. HEX triplet: 80, 69 and 11. RGB value is (128,105,17). Sum of RGB (Red+Green+Blue) = 128+105+17=250 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.2% from 250); Green value is 105 (41.41% from 255 or 42% from 250); Blue value is 17 (7.03% from 255 or 6.8% from 250); Max value from RGB is 128 - color contains mainly: red. Hex color #806911 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806911 is #7F96EE. Grayscale: #666666. Windows color (decimal): -8361711 or 1141120. OLE color: 1141120.

HSL color Cylindrical-coordinate representation of color #806911: hue angle of 47.57º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #806911 is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 105 17 -
CMYK 0 0.18 0.87 0.50
HSL 47.57º 0.77% 0.28% -
HSV(B) 47.57º 0.87% 0.5% -
XYZ 14.05 14.73 2.63 -
YUV 101.85 80.12 146.66 -
System Red Green Blue C M Y K H S L
Decimal 128 105 17 0 0.18 0.87 0.50 47.57 0.77 0.28
Hex 80 69 11 0 12 57 32 30 4D 1C
Octal 200 151 21 0 22 127 62 60 115 34
Binary 10000000 1101001 10001 0 10010 1010111 110010 110000 1001101 11100

Color Harmonies of #806911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806911

Black with #806911

Text Example


Text Example

White with #806911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806911; }

 p { color: rgb(128,105,17); }

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

background-color css

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

 a { background-color: rgb(128,105,17); }

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

border-color css

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

 span { border-color: rgb(128,105,17); }

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