Html Css Color HEX #79680C Yukon Gold

📋 copy color: '#79680C'

red 121 ◦ green 104 ◦ blue 12

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

Shades of Yukon Gold #79680C

Tints of Yukon Gold #79680C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 43.88%

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

R = 51.05%
G = 43.88%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#79680C (or 0x79680C) is known color: Yukon Gold. HEX triplet: 79, 68 and 0C. RGB value is (121,104,12). Sum of RGB (Red+Green+Blue) = 121+104+12=237 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.05% from 237); Green value is 104 (41.02% from 255 or 43.88% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 121 - color contains mainly: red. Hex color #79680C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #79680C is #8697F3. Grayscale: #626262. Windows color (decimal): -8820724 or 813177. OLE color: 813177.

HSL color Cylindrical-coordinate representation of color #79680C: hue angle of 50.64º 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 #79680C is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 104 12 -
CMYK 0 0.14 0.90 0.53
HSL 50.64º 0.82% 0.26% -
HSV(B) 50.64º 0.9% 0.47% -
XYZ 12.9 13.99 2.37 -
YUV 98.6 79.13 143.98 -
System Red Green Blue C M Y K H S L
Decimal 121 104 12 0 0.14 0.90 0.53 50.64 0.82 0.26
Hex 79 68 C 0 E 5A 35 33 52 1A
Octal 171 150 14 0 16 132 65 63 122 32
Binary 1111001 1101000 1100 0 1110 1011010 110101 110011 1010010 11010

Color Harmonies of #79680C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79680C

Black with #79680C

Text Example


Text Example

White with #79680C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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