Html Css Color HEX #806C20 Yukon Gold

📋 copy color: '#806C20'

red 128 ◦ green 108 ◦ blue 32

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

Shades of Yukon Gold #806C20

Tints of Yukon Gold #806C20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.94%

R = 47.76%
G = 40.3%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#806C20 (or 0x806C20) is known color: Yukon Gold. HEX triplet: 80, 6C and 20. RGB value is (128,108,32). Sum of RGB (Red+Green+Blue) = 128+108+32=268 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.76% from 268); Green value is 108 (42.58% from 255 or 40.30% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 128 - color contains mainly: red. Hex color #806C20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #806C20 is #7F93DF. Grayscale: #696969. Windows color (decimal): -8360928 or 2124928. OLE color: 2124928.

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

Color convert

RGB 128 108 32 -
CMYK 0 0.16 0.75 0.50
HSL 47.5º 0.6% 0.31% -
HSV(B) 47.5º 0.75% 0.5% -
XYZ 14.53 15.42 3.58 -
YUV 105.32 86.63 144.18 -
System Red Green Blue C M Y K H S L
Decimal 128 108 32 0 0.16 0.75 0.50 47.5 0.6 0.31
Hex 80 6C 20 0 10 4B 32 30 3C 1F
Octal 200 154 40 0 20 113 62 60 74 37
Binary 10000000 1101100 100000 0 10000 1001011 110010 110000 111100 11111

Color Harmonies of #806C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806C20

Black with #806C20

Text Example


Text Example

White with #806C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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