Html Css Color HEX #806F10 Yukon Gold

📋 copy color: '#806F10'

red 128 ◦ green 111 ◦ blue 16

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

Shades of Yukon Gold #806F10

Tints of Yukon Gold #806F10

RGB

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

 GREEN value IS 111 (43.75% from 255) = 43.53%

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

R = 50.2%
G = 43.53%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#806F10 (or 0x806F10) is known color: Yukon Gold. HEX triplet: 80, 6F and 10. RGB value is (128,111,16). Sum of RGB (Red+Green+Blue) = 128+111+16=255 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.20% from 255); Green value is 111 (43.75% from 255 or 43.53% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 128 - color contains mainly: red. Hex color #806F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806F10 is #7F90EF. Grayscale: #696969. Windows color (decimal): -8360176 or 1077120. OLE color: 1077120.

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

Color convert

RGB 128 111 16 -
CMYK 0 0.13 0.88 0.50
HSL 50.89º 0.78% 0.28% -
HSV(B) 50.89º 0.88% 0.5% -
XYZ 14.68 16 2.8 -
YUV 105.25 77.63 144.22 -
System Red Green Blue C M Y K H S L
Decimal 128 111 16 0 0.13 0.88 0.50 50.89 0.78 0.28
Hex 80 6F 10 0 D 58 32 33 4E 1C
Octal 200 157 20 0 15 130 62 63 116 34
Binary 10000000 1101111 10000 0 1101 1011000 110010 110011 1001110 11100

Color Harmonies of #806F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806F10

Black with #806F10

Text Example


Text Example

White with #806F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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