Html Css Color HEX #806C11 Yukon Gold

📋 copy color: '#806C11'

red 128 ◦ green 108 ◦ blue 17

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

Shades of Yukon Gold #806C11

Tints of Yukon Gold #806C11

RGB

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

 GREEN value IS 108 (42.58% from 255) = 42.69%

 BLUE value IS 17 (7.03% from 255) = 6.72%

R = 50.59%
G = 42.69%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#806C11 (or 0x806C11) is known color: Yukon Gold. HEX triplet: 80, 6C and 11. RGB value is (128,108,17). Sum of RGB (Red+Green+Blue) = 128+108+17=253 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.59% from 253); Green value is 108 (42.58% from 255 or 42.69% from 253); Blue value is 17 (7.03% from 255 or 6.72% from 253); Max value from RGB is 128 - color contains mainly: red. Hex color #806C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806C11 is #7F93EE. Grayscale: #676767. Windows color (decimal): -8360943 or 1141888. OLE color: 1141888.

HSL color Cylindrical-coordinate representation of color #806C11: hue angle of 49.19º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #806C11 is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 108 17 -
CMYK 0 0.16 0.87 0.50
HSL 49.19º 0.77% 0.28% -
HSV(B) 49.19º 0.87% 0.5% -
XYZ 14.37 15.35 2.74 -
YUV 103.61 79.13 145.4 -
System Red Green Blue C M Y K H S L
Decimal 128 108 17 0 0.16 0.87 0.50 49.19 0.77 0.28
Hex 80 6C 11 0 10 57 32 31 4D 1C
Octal 200 154 21 0 20 127 62 61 115 34
Binary 10000000 1101100 10001 0 10000 1010111 110010 110001 1001101 11100

Color Harmonies of #806C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806C11

Black with #806C11

Text Example


Text Example

White with #806C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,108,17); }

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

background-color css

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

 a { background-color: rgb(128,108,17); }

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

border-color css

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

 span { border-color: rgb(128,108,17); }

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