Html Css Color HEX #80651C Yukon Gold

📋 copy color: '#80651C'

red 128 ◦ green 101 ◦ blue 28

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

Shades of Yukon Gold #80651C

Tints of Yukon Gold #80651C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39.3%

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

R = 49.81%
G = 39.3%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.50

RGB Variations

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

Color information

#80651C (or 0x80651C) is known color: Yukon Gold. HEX triplet: 80, 65 and 1C. RGB value is (128,101,28). Sum of RGB (Red+Green+Blue) = 128+101+28=257 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.81% from 257); Green value is 101 (39.84% from 255 or 39.30% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 128 - color contains mainly: red. Hex color #80651C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80651C is #7F9AE3. Grayscale: #656565. Windows color (decimal): -8362724 or 1860992. OLE color: 1860992.

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

Color convert

RGB 128 101 28 -
CMYK 0 0.21 0.78 0.50
HSL 43.8º 0.64% 0.31% -
HSV(B) 43.8º 0.78% 0.5% -
XYZ 13.77 13.98 3.07 -
YUV 100.75 86.95 147.44 -
System Red Green Blue C M Y K H S L
Decimal 128 101 28 0 0.21 0.78 0.50 43.8 0.64 0.31
Hex 80 65 1C 0 15 4E 32 2C 40 1F
Octal 200 145 34 0 25 116 62 54 100 37
Binary 10000000 1100101 11100 0 10101 1001110 110010 101100 1000000 11111

Color Harmonies of #80651C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80651C

Black with #80651C

Text Example


Text Example

White with #80651C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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