Html Css Color HEX #79690C Yukon Gold

📋 copy color: '#79690C'

red 121 ◦ green 105 ◦ blue 12

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

Shades of Yukon Gold #79690C

Tints of Yukon Gold #79690C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 44.12%

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

R = 50.84%
G = 44.12%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#79690C (or 0x79690C) is known color: Yukon Gold. HEX triplet: 79, 69 and 0C. RGB value is (121,105,12). Sum of RGB (Red+Green+Blue) = 121+105+12=238 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.84% from 238); Green value is 105 (41.41% from 255 or 44.12% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 121 - color contains mainly: red. Hex color #79690C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #79690C is #8696F3. Grayscale: #636363. Windows color (decimal): -8820468 or 813433. OLE color: 813433.

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

Color convert

RGB 121 105 12 -
CMYK 0 0.13 0.90 0.53
HSL 51.19º 0.82% 0.26% -
HSV(B) 51.19º 0.9% 0.47% -
XYZ 13 14.19 2.4 -
YUV 99.18 78.8 143.56 -
System Red Green Blue C M Y K H S L
Decimal 121 105 12 0 0.13 0.90 0.53 51.19 0.82 0.26
Hex 79 69 C 0 D 5A 35 33 52 1A
Octal 171 151 14 0 15 132 65 63 122 32
Binary 1111001 1101001 1100 0 1101 1011010 110101 110011 1010010 11010

Color Harmonies of #79690C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79690C

Black with #79690C

Text Example


Text Example

White with #79690C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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