Html Css Color HEX #806E12 Yukon Gold

📋 copy color: '#806E12'

red 128 ◦ green 110 ◦ blue 18

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

Shades of Yukon Gold #806E12

Tints of Yukon Gold #806E12

RGB

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

 GREEN value IS 110 (43.36% from 255) = 42.97%

 BLUE value IS 18 (7.42% from 255) = 7.03%

R = 50%
G = 42.97%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.50

RGB Variations

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

Color information

#806E12 (or 0x806E12) is known color: Yukon Gold. HEX triplet: 80, 6E and 12. RGB value is (128,110,18). Sum of RGB (Red+Green+Blue) = 128+110+18=256 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50% from 256); Green value is 110 (43.36% from 255 or 42.97% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 128 - color contains mainly: red. Hex color #806E12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806E12 is #7F91ED. Grayscale: #696969. Windows color (decimal): -8360430 or 1207936. OLE color: 1207936.

HSL color Cylindrical-coordinate representation of color #806E12: hue angle of 50.18º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #806E12 is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 110 18 -
CMYK 0 0.14 0.86 0.50
HSL 50.18º 0.75% 0.29% -
HSV(B) 50.18º 0.86% 0.5% -
XYZ 14.59 15.78 2.85 -
YUV 104.89 78.96 144.48 -
System Red Green Blue C M Y K H S L
Decimal 128 110 18 0 0.14 0.86 0.50 50.18 0.75 0.29
Hex 80 6E 12 0 E 56 32 32 4B 1D
Octal 200 156 22 0 16 126 62 62 113 35
Binary 10000000 1101110 10010 0 1110 1010110 110010 110010 1001011 11101

Color Harmonies of #806E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806E12

Black with #806E12

Text Example


Text Example

White with #806E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,110,18); }

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

background-color css

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

 a { background-color: rgb(128,110,18); }

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

border-color css

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

 span { border-color: rgb(128,110,18); }

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