Html Css Color HEX #796B0C Yukon Gold

📋 copy color: '#796B0C'

red 121 ◦ green 107 ◦ blue 12

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

Shades of Yukon Gold #796B0C

Tints of Yukon Gold #796B0C

RGB

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

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

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

R = 50.42%
G = 44.58%
B = 5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#796B0C (or 0x796B0C) is known color: Yukon Gold. HEX triplet: 79, 6B and 0C. RGB value is (121,107,12). Sum of RGB (Red+Green+Blue) = 121+107+12=240 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.42% from 240); Green value is 107 (42.19% from 255 or 44.58% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 121 - color contains mainly: red. Hex color #796B0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796B0C is #8694F3. Grayscale: #646464. Windows color (decimal): -8819956 or 813945. OLE color: 813945.

HSL color Cylindrical-coordinate representation of color #796B0C: hue angle of 52.29º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #796B0C is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 107 12 -
CMYK 0 0.12 0.90 0.53
HSL 52.29º 0.82% 0.26% -
HSV(B) 52.29º 0.9% 0.47% -
XYZ 13.21 14.61 2.47 -
YUV 100.36 78.14 142.72 -
System Red Green Blue C M Y K H S L
Decimal 121 107 12 0 0.12 0.90 0.53 52.29 0.82 0.26
Hex 79 6B C 0 C 5A 35 34 52 1A
Octal 171 153 14 0 14 132 65 64 122 32
Binary 1111001 1101011 1100 0 1100 1011010 110101 110100 1010010 11010

Color Harmonies of #796B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796B0C

Black with #796B0C

Text Example


Text Example

White with #796B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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