Html Css Color HEX #79690E Yukon Gold

📋 copy color: '#79690E'

red 121 ◦ green 105 ◦ blue 14

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

Shades of Yukon Gold #79690E

Tints of Yukon Gold #79690E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.83%

R = 50.42%
G = 43.75%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.53

RGB Variations

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

Color information

#79690E (or 0x79690E) is known color: Yukon Gold. HEX triplet: 79, 69 and 0E. RGB value is (121,105,14). Sum of RGB (Red+Green+Blue) = 121+105+14=240 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.42% from 240); Green value is 105 (41.41% from 255 or 43.75% from 240); Blue value is 14 (5.86% from 255 or 5.83% from 240); Max value from RGB is 121 - color contains mainly: red. Hex color #79690E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #79690E is #8696F1. Grayscale: #636363. Windows color (decimal): -8820466 or 944505. OLE color: 944505.

HSL color Cylindrical-coordinate representation of color #79690E: hue angle of 51.03º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #79690E is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 105 14 -
CMYK 0 0.13 0.88 0.53
HSL 51.03º 0.79% 0.26% -
HSV(B) 51.03º 0.88% 0.47% -
XYZ 13.02 14.2 2.47 -
YUV 99.41 79.8 143.4 -
System Red Green Blue C M Y K H S L
Decimal 121 105 14 0 0.13 0.88 0.53 51.03 0.79 0.26
Hex 79 69 E 0 D 58 35 33 4F 1A
Octal 171 151 16 0 15 130 65 63 117 32
Binary 1111001 1101001 1110 0 1101 1011000 110101 110011 1001111 11010

Color Harmonies of #79690E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79690E

Black with #79690E

Text Example


Text Example

White with #79690E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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