Html Css Color HEX #796B14 Yukon Gold

📋 copy color: '#796B14'

red 121 ◦ green 107 ◦ blue 20

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

Shades of Yukon Gold #796B14

Tints of Yukon Gold #796B14

RGB

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

 GREEN value IS 107 (42.19% from 255) = 43.15%

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

R = 48.79%
G = 43.15%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#796B14 (or 0x796B14) is known color: Yukon Gold. HEX triplet: 79, 6B and 14. RGB value is (121,107,20). Sum of RGB (Red+Green+Blue) = 121+107+20=248 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.79% from 248); Green value is 107 (42.19% from 255 or 43.15% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 121 - color contains mainly: red. Hex color #796B14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796B14 is #8694EB. Grayscale: #656565. Windows color (decimal): -8819948 or 1338233. OLE color: 1338233.

HSL color Cylindrical-coordinate representation of color #796B14: hue angle of 51.68º 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 #796B14 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 107 20 -
CMYK 0 0.12 0.83 0.53
HSL 51.68º 0.72% 0.28% -
HSV(B) 51.68º 0.83% 0.47% -
XYZ 13.27 14.63 2.79 -
YUV 101.27 82.14 142.07 -
System Red Green Blue C M Y K H S L
Decimal 121 107 20 0 0.12 0.83 0.53 51.68 0.72 0.28
Hex 79 6B 14 0 C 53 35 34 48 1C
Octal 171 153 24 0 14 123 65 64 110 34
Binary 1111001 1101011 10100 0 1100 1010011 110101 110100 1001000 11100

Color Harmonies of #796B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796B14

Black with #796B14

Text Example


Text Example

White with #796B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #796B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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