Html Css Color HEX #796013 Yukon Gold

📋 copy color: '#796013'

red 121 ◦ green 96 ◦ blue 19

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

Shades of Yukon Gold #796013

Tints of Yukon Gold #796013

RGB

 RED value IS 121 (47.66% from 255) = 51.27%

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

 BLUE value IS 19 (7.81% from 255) = 8.05%

R = 51.27%
G = 40.68%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#796013 (or 0x796013) is known color: Yukon Gold. HEX triplet: 79, 60 and 13. RGB value is (121,96,19). Sum of RGB (Red+Green+Blue) = 121+96+19=236 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.27% from 236); Green value is 96 (37.89% from 255 or 40.68% from 236); Blue value is 19 (7.81% from 255 or 8.05% from 236); Max value from RGB is 121 - color contains mainly: red. Hex color #796013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796013 is #869FEC. Grayscale: #5F5F5F. Windows color (decimal): -8822765 or 1269881. OLE color: 1269881.

HSL color Cylindrical-coordinate representation of color #796013: hue angle of 45.29º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #796013 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 96 19 -
CMYK 0 0.21 0.84 0.53
HSL 45.29º 0.73% 0.27% -
HSV(B) 45.29º 0.84% 0.47% -
XYZ 12.19 12.48 2.38 -
YUV 94.7 85.28 146.76 -
System Red Green Blue C M Y K H S L
Decimal 121 96 19 0 0.21 0.84 0.53 45.29 0.73 0.27
Hex 79 60 13 0 15 54 35 2D 49 1B
Octal 171 140 23 0 25 124 65 55 111 33
Binary 1111001 1100000 10011 0 10101 1010100 110101 101101 1001001 11011

Color Harmonies of #796013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796013

Black with #796013

Text Example


Text Example

White with #796013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796013; }

 p { color: rgb(121,96,19); }

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

background-color css

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

 a { background-color: rgb(121,96,19); }

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

border-color css

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

 span { border-color: rgb(121,96,19); }

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