Html Css Color HEX #80650C Yukon Gold

📋 copy color: '#80650C'

red 128 ◦ green 101 ◦ blue 12

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

Shades of Yukon Gold #80650C

Tints of Yukon Gold #80650C

RGB

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

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

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

R = 53.11%
G = 41.91%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#80650C (or 0x80650C) is known color: Yukon Gold. HEX triplet: 80, 65 and 0C. RGB value is (128,101,12). Sum of RGB (Red+Green+Blue) = 128+101+12=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 101 (39.84% from 255 or 41.91% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #80650C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #80650C is #7F9AF3. Grayscale: #636363. Windows color (decimal): -8362740 or 812416. OLE color: 812416.

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

Color convert

RGB 128 101 12 -
CMYK 0 0.21 0.91 0.50
HSL 46.03º 0.83% 0.27% -
HSV(B) 46.03º 0.91% 0.5% -
XYZ 13.62 13.92 2.32 -
YUV 98.93 78.95 148.74 -
System Red Green Blue C M Y K H S L
Decimal 128 101 12 0 0.21 0.91 0.50 46.03 0.83 0.27
Hex 80 65 C 0 15 5B 32 2E 53 1B
Octal 200 145 14 0 25 133 62 56 123 33
Binary 10000000 1100101 1100 0 10101 1011011 110010 101110 1010011 11011

Color Harmonies of #80650C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80650C

Black with #80650C

Text Example


Text Example

White with #80650C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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