Html Css Color HEX #80640C Yukon Gold

📋 copy color: '#80640C'

red 128 ◦ green 100 ◦ blue 12

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

Shades of Yukon Gold #80640C

Tints of Yukon Gold #80640C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 41.67%

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

R = 53.33%
G = 41.67%
B = 5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#80640C (or 0x80640C) is known color: Yukon Gold. HEX triplet: 80, 64 and 0C. RGB value is (128,100,12). Sum of RGB (Red+Green+Blue) = 128+100+12=240 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.33% from 240); Green value is 100 (39.45% from 255 or 41.67% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 128 - color contains mainly: red. Hex color #80640C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80640C is #7F9BF3. Grayscale: #626262. Windows color (decimal): -8362996 or 812160. OLE color: 812160.

HSL color Cylindrical-coordinate representation of color #80640C: hue angle of 45.52º 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 #80640C is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 100 12 -
CMYK 0 0.22 0.91 0.50
HSL 45.52º 0.83% 0.27% -
HSV(B) 45.52º 0.91% 0.5% -
XYZ 13.53 13.73 2.29 -
YUV 98.34 79.28 149.16 -
System Red Green Blue C M Y K H S L
Decimal 128 100 12 0 0.22 0.91 0.50 45.52 0.83 0.27
Hex 80 64 C 0 16 5B 32 2E 53 1B
Octal 200 144 14 0 26 133 62 56 123 33
Binary 10000000 1100100 1100 0 10110 1011011 110010 101110 1010011 11011

Color Harmonies of #80640C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80640C

Black with #80640C

Text Example


Text Example

White with #80640C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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