Html Css Color HEX #796114 Yukon Gold

📋 copy color: '#796114'

red 121 ◦ green 97 ◦ blue 20

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

Shades of Yukon Gold #796114

Tints of Yukon Gold #796114

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.76%

 BLUE value IS 20 (8.2% from 255) = 8.4%

R = 50.84%
G = 40.76%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#796114 (or 0x796114) is known color: Yukon Gold. HEX triplet: 79, 61 and 14. RGB value is (121,97,20). Sum of RGB (Red+Green+Blue) = 121+97+20=238 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.84% from 238); Green value is 97 (38.28% from 255 or 40.76% from 238); Blue value is 20 (8.20% from 255 or 8.40% from 238); Max value from RGB is 121 - color contains mainly: red. Hex color #796114 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796114 is #869EEB. Grayscale: #5F5F5F. Windows color (decimal): -8822508 or 1335673. OLE color: 1335673.

HSL color Cylindrical-coordinate representation of color #796114: hue angle of 45.74º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #796114 is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 97 20 -
CMYK 0 0.20 0.83 0.53
HSL 45.74º 0.72% 0.28% -
HSV(B) 45.74º 0.83% 0.47% -
XYZ 12.29 12.66 2.46 -
YUV 95.4 85.45 146.26 -
System Red Green Blue C M Y K H S L
Decimal 121 97 20 0 0.20 0.83 0.53 45.74 0.72 0.28
Hex 79 61 14 0 14 53 35 2E 48 1C
Octal 171 141 24 0 24 123 65 56 110 34
Binary 1111001 1100001 10100 0 10100 1010011 110101 101110 1001000 11100

Color Harmonies of #796114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796114

Black with #796114

Text Example


Text Example

White with #796114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796114; }

 p { color: rgb(121,97,20); }

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

background-color css

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

 a { background-color: rgb(121,97,20); }

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

border-color css

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

 span { border-color: rgb(121,97,20); }

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