Html Css Color HEX #80600E Yukon Gold

📋 copy color: '#80600E'

red 128 ◦ green 96 ◦ blue 14

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

Shades of Yukon Gold #80600E

Tints of Yukon Gold #80600E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.34%

 BLUE value IS 14 (5.86% from 255) = 5.88%

R = 53.78%
G = 40.34%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.50

RGB Variations

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

Color information

#80600E (or 0x80600E) is known color: Yukon Gold. HEX triplet: 80, 60 and 0E. RGB value is (128,96,14). Sum of RGB (Red+Green+Blue) = 128+96+14=238 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.78% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 14 (5.86% from 255 or 5.88% from 238); Max value from RGB is 128 - color contains mainly: red. Hex color #80600E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80600E is #7F9FF1. Grayscale: #606060. Windows color (decimal): -8364018 or 942208. OLE color: 942208.

HSL color Cylindrical-coordinate representation of color #80600E: hue angle of 43.16º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #80600E is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 96 14 -
CMYK 0 0.25 0.89 0.50
HSL 43.16º 0.8% 0.28% -
HSV(B) 43.16º 0.89% 0.5% -
XYZ 13.16 12.99 2.23 -
YUV 96.22 81.6 150.67 -
System Red Green Blue C M Y K H S L
Decimal 128 96 14 0 0.25 0.89 0.50 43.16 0.8 0.28
Hex 80 60 E 0 19 59 32 2B 50 1C
Octal 200 140 16 0 31 131 62 53 120 34
Binary 10000000 1100000 1110 0 11001 1011001 110010 101011 1010000 11100

Color Harmonies of #80600E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80600E

Black with #80600E

Text Example


Text Example

White with #80600E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80600E; }

 p { color: rgb(128,96,14); }

 H1.HeaderClassName
 {
   color: #80600E;
 }
 .AnyTagClassName
 {
   color: #80600E;
 }
</style>

background-color css

<style>
 a { background-color: #80600E; }

 a { background-color: rgb(128,96,14); }

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

border-color css

<style>
 span { border-color: #80600E; }

 span { border-color: rgb(128,96,14); }

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