Html Css Color HEX #79690D Yukon Gold

📋 copy color: '#79690D'

red 121 ◦ green 105 ◦ blue 13

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

Shades of Yukon Gold #79690D

Tints of Yukon Gold #79690D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.44%

R = 50.63%
G = 43.93%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#79690D (or 0x79690D) is known color: Yukon Gold. HEX triplet: 79, 69 and 0D. RGB value is (121,105,13). Sum of RGB (Red+Green+Blue) = 121+105+13=239 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.63% from 239); Green value is 105 (41.41% from 255 or 43.93% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 121 - color contains mainly: red. Hex color #79690D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #79690D is #8696F2. Grayscale: #636363. Windows color (decimal): -8820467 or 878969. OLE color: 878969.

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

Color convert

RGB 121 105 13 -
CMYK 0 0.13 0.89 0.53
HSL 51.11º 0.81% 0.26% -
HSV(B) 51.11º 0.89% 0.47% -
XYZ 13.01 14.2 2.44 -
YUV 99.3 79.3 143.48 -
System Red Green Blue C M Y K H S L
Decimal 121 105 13 0 0.13 0.89 0.53 51.11 0.81 0.26
Hex 79 69 D 0 D 59 35 33 51 1A
Octal 171 151 15 0 15 131 65 63 121 32
Binary 1111001 1101001 1101 0 1101 1011001 110101 110011 1010001 11010

Color Harmonies of #79690D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79690D

Black with #79690D

Text Example


Text Example

White with #79690D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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