Html Css Color HEX #80682C Yukon Gold

📋 copy color: '#80682C'

red 128 ◦ green 104 ◦ blue 44

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

Shades of Yukon Gold #80682C

Tints of Yukon Gold #80682C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.68%

 BLUE value IS 44 (17.58% from 255) = 15.94%

R = 46.38%
G = 37.68%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#80682C (or 0x80682C) is known color: Yukon Gold. HEX triplet: 80, 68 and 2C. RGB value is (128,104,44). Sum of RGB (Red+Green+Blue) = 128+104+44=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 104 (41.02% from 255 or 37.68% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 128 - color contains mainly: red. Hex color #80682C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80682C is #7F97D3. Grayscale: #686868. Windows color (decimal): -8361940 or 2910336. OLE color: 2910336.

HSL color Cylindrical-coordinate representation of color #80682C: hue angle of 42.86º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80682C is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 104 44 -
CMYK 0 0.19 0.66 0.50
HSL 42.86º 0.49% 0.34% -
HSV(B) 42.86º 0.66% 0.5% -
XYZ 14.31 14.67 4.46 -
YUV 104.34 93.95 144.88 -
System Red Green Blue C M Y K H S L
Decimal 128 104 44 0 0.19 0.66 0.50 42.86 0.49 0.34
Hex 80 68 2C 0 13 42 32 2B 31 22
Octal 200 150 54 0 23 102 62 53 61 42
Binary 10000000 1101000 101100 0 10011 1000010 110010 101011 110001 100010

Color Harmonies of #80682C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80682C

Black with #80682C

Text Example


Text Example

White with #80682C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80682C; }

 p { color: rgb(128,104,44); }

 H1.HeaderClassName
 {
   color: #80682C;
 }
 .AnyTagClassName
 {
   color: #80682C;
 }
</style>

background-color css

<style>
 a { background-color: #80682C; }

 a { background-color: rgb(128,104,44); }

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

border-color css

<style>
 span { border-color: #80682C; }

 span { border-color: rgb(128,104,44); }

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