Html Css Color HEX #80680C Yukon Gold

📋 copy color: '#80680C'

red 128 ◦ green 104 ◦ blue 12

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

Shades of Yukon Gold #80680C

Tints of Yukon Gold #80680C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.92%

R = 52.46%
G = 42.62%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#80680C (or 0x80680C) is known color: Yukon Gold. HEX triplet: 80, 68 and 0C. RGB value is (128,104,12). Sum of RGB (Red+Green+Blue) = 128+104+12=244 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.46% from 244); Green value is 104 (41.02% from 255 or 42.62% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 128 - color contains mainly: red. Hex color #80680C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80680C is #7F97F3. Grayscale: #656565. Windows color (decimal): -8361972 or 813184. OLE color: 813184.

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

Color convert

RGB 128 104 12 -
CMYK 0 0.19 0.91 0.50
HSL 47.59º 0.83% 0.27% -
HSV(B) 47.59º 0.91% 0.5% -
XYZ 13.92 14.52 2.42 -
YUV 100.69 77.95 147.48 -
System Red Green Blue C M Y K H S L
Decimal 128 104 12 0 0.19 0.91 0.50 47.59 0.83 0.27
Hex 80 68 C 0 13 5B 32 30 53 1B
Octal 200 150 14 0 23 133 62 60 123 33
Binary 10000000 1101000 1100 0 10011 1011011 110010 110000 1010011 11011

Color Harmonies of #80680C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80680C

Black with #80680C

Text Example


Text Example

White with #80680C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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