Html Css Color HEX #806510 Yukon Gold

📋 copy color: '#806510'

red 128 ◦ green 101 ◦ blue 16

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

Shades of Yukon Gold #806510

Tints of Yukon Gold #806510

RGB

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

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

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

R = 52.24%
G = 41.22%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#806510 (or 0x806510) is known color: Yukon Gold. HEX triplet: 80, 65 and 10. RGB value is (128,101,16). Sum of RGB (Red+Green+Blue) = 128+101+16=245 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.24% from 245); Green value is 101 (39.84% from 255 or 41.22% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 128 - color contains mainly: red. Hex color #806510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806510 is #7F9AEF. Grayscale: #636363. Windows color (decimal): -8362736 or 1074560. OLE color: 1074560.

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

Color convert

RGB 128 101 16 -
CMYK 0 0.21 0.88 0.50
HSL 45.54º 0.78% 0.28% -
HSV(B) 45.54º 0.88% 0.5% -
XYZ 13.65 13.93 2.46 -
YUV 99.38 80.95 148.41 -
System Red Green Blue C M Y K H S L
Decimal 128 101 16 0 0.21 0.88 0.50 45.54 0.78 0.28
Hex 80 65 10 0 15 58 32 2E 4E 1C
Octal 200 145 20 0 25 130 62 56 116 34
Binary 10000000 1100101 10000 0 10101 1011000 110010 101110 1001110 11100

Color Harmonies of #806510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806510

Black with #806510

Text Example


Text Example

White with #806510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806510; }

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

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

background-color css

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

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

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

border-color css

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

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

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