Html Css Color HEX #806C15 Yukon Gold

📋 copy color: '#806C15'

red 128 ◦ green 108 ◦ blue 21

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

Shades of Yukon Gold #806C15

Tints of Yukon Gold #806C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.17%

R = 49.81%
G = 42.02%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#806C15 (or 0x806C15) is known color: Yukon Gold. HEX triplet: 80, 6C and 15. RGB value is (128,108,21). Sum of RGB (Red+Green+Blue) = 128+108+21=257 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.81% from 257); Green value is 108 (42.58% from 255 or 42.02% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 128 - color contains mainly: red. Hex color #806C15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806C15 is #7F93EA. Grayscale: #686868. Windows color (decimal): -8360939 or 1404032. OLE color: 1404032.

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

Color convert

RGB 128 108 21 -
CMYK 0 0.16 0.84 0.50
HSL 48.79º 0.72% 0.29% -
HSV(B) 48.79º 0.84% 0.5% -
XYZ 14.4 15.37 2.92 -
YUV 104.06 81.13 145.07 -
System Red Green Blue C M Y K H S L
Decimal 128 108 21 0 0.16 0.84 0.50 48.79 0.72 0.29
Hex 80 6C 15 0 10 54 32 31 48 1D
Octal 200 154 25 0 20 124 62 61 110 35
Binary 10000000 1101100 10101 0 10000 1010100 110010 110001 1001000 11101

Color Harmonies of #806C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806C15

Black with #806C15

Text Example


Text Example

White with #806C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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