Html Css Color HEX #806010 Yukon Gold

📋 copy color: '#806010'

red 128 ◦ green 96 ◦ blue 16

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

Shades of Yukon Gold #806010

Tints of Yukon Gold #806010

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40%

 BLUE value IS 16 (6.64% from 255) = 6.67%

R = 53.33%
G = 40%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#806010 (or 0x806010) is known color: Yukon Gold. HEX triplet: 80, 60 and 10. RGB value is (128,96,16). Sum of RGB (Red+Green+Blue) = 128+96+16=240 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.33% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 16 (6.64% from 255 or 6.67% from 240); Max value from RGB is 128 - color contains mainly: red. Hex color #806010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806010 is #7F9FEF. Grayscale: #606060. Windows color (decimal): -8364016 or 1073280. OLE color: 1073280.

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

Color convert

RGB 128 96 16 -
CMYK 0 0.25 0.88 0.50
HSL 42.86º 0.78% 0.28% -
HSV(B) 42.86º 0.88% 0.5% -
XYZ 13.18 12.99 2.3 -
YUV 96.45 82.6 150.5 -
System Red Green Blue C M Y K H S L
Decimal 128 96 16 0 0.25 0.88 0.50 42.86 0.78 0.28
Hex 80 60 10 0 19 58 32 2B 4E 1C
Octal 200 140 20 0 31 130 62 53 116 34
Binary 10000000 1100000 10000 0 11001 1011000 110010 101011 1001110 11100

Color Harmonies of #806010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806010

Black with #806010

Text Example


Text Example

White with #806010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806010; }

 p { color: rgb(128,96,16); }

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

background-color css

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

 a { background-color: rgb(128,96,16); }

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

border-color css

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

 span { border-color: rgb(128,96,16); }

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