Html Css Color HEX #806E0F Yukon Gold

📋 copy color: '#806E0F'

red 128 ◦ green 110 ◦ blue 15

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

Shades of Yukon Gold #806E0F

Tints of Yukon Gold #806E0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.93%

R = 50.59%
G = 43.48%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#806E0F (or 0x806E0F) is known color: Yukon Gold. HEX triplet: 80, 6E and 0F. RGB value is (128,110,15). Sum of RGB (Red+Green+Blue) = 128+110+15=253 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.59% from 253); Green value is 110 (43.36% from 255 or 43.48% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 128 - color contains mainly: red. Hex color #806E0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806E0F is #7F91F0. Grayscale: #686868. Windows color (decimal): -8360433 or 1011328. OLE color: 1011328.

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

Color convert

RGB 128 110 15 -
CMYK 0 0.14 0.88 0.50
HSL 50.44º 0.79% 0.28% -
HSV(B) 50.44º 0.88% 0.5% -
XYZ 14.56 15.78 2.73 -
YUV 104.55 77.46 144.72 -
System Red Green Blue C M Y K H S L
Decimal 128 110 15 0 0.14 0.88 0.50 50.44 0.79 0.28
Hex 80 6E F 0 E 58 32 32 4F 1C
Octal 200 156 17 0 16 130 62 62 117 34
Binary 10000000 1101110 1111 0 1110 1011000 110010 110010 1001111 11100

Color Harmonies of #806E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806E0F

Black with #806E0F

Text Example


Text Example

White with #806E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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