Html Css Color HEX #80661C Yukon Gold

📋 copy color: '#80661C'

red 128 ◦ green 102 ◦ blue 28

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

Shades of Yukon Gold #80661C

Tints of Yukon Gold #80661C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 39.53%

 BLUE value IS 28 (11.33% from 255) = 10.85%

R = 49.61%
G = 39.53%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.50

RGB Variations

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

Color information

#80661C (or 0x80661C) is known color: Yukon Gold. HEX triplet: 80, 66 and 1C. RGB value is (128,102,28). Sum of RGB (Red+Green+Blue) = 128+102+28=258 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.61% from 258); Green value is 102 (40.23% from 255 or 39.53% from 258); Blue value is 28 (11.33% from 255 or 10.85% from 258); Max value from RGB is 128 - color contains mainly: red. Hex color #80661C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80661C is #7F99E3. Grayscale: #656565. Windows color (decimal): -8362468 or 1861248. OLE color: 1861248.

HSL color Cylindrical-coordinate representation of color #80661C: hue angle of 44.4º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #80661C is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 102 28 -
CMYK 0 0.20 0.78 0.50
HSL 44.4º 0.64% 0.31% -
HSV(B) 44.4º 0.78% 0.5% -
XYZ 13.86 14.18 3.1 -
YUV 101.34 86.61 147.02 -
System Red Green Blue C M Y K H S L
Decimal 128 102 28 0 0.20 0.78 0.50 44.4 0.64 0.31
Hex 80 66 1C 0 14 4E 32 2C 40 1F
Octal 200 146 34 0 24 116 62 54 100 37
Binary 10000000 1100110 11100 0 10100 1001110 110010 101100 1000000 11111

Color Harmonies of #80661C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80661C

Black with #80661C

Text Example


Text Example

White with #80661C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,102,28); }

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

background-color css

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

 a { background-color: rgb(128,102,28); }

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

border-color css

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

 span { border-color: rgb(128,102,28); }

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