Html Css Color HEX #796C10 Yukon Gold

📋 copy color: '#796C10'

red 121 ◦ green 108 ◦ blue 16

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

Shades of Yukon Gold #796C10

Tints of Yukon Gold #796C10

RGB

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

 GREEN value IS 108 (42.58% from 255) = 44.08%

 BLUE value IS 16 (6.64% from 255) = 6.53%

R = 49.39%
G = 44.08%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#796C10 (or 0x796C10) is known color: Yukon Gold. HEX triplet: 79, 6C and 10. RGB value is (121,108,16). Sum of RGB (Red+Green+Blue) = 121+108+16=245 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.39% from 245); Green value is 108 (42.58% from 255 or 44.08% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 121 - color contains mainly: red. Hex color #796C10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #796C10 is #8693EF. Grayscale: #656565. Windows color (decimal): -8819696 or 1076345. OLE color: 1076345.

HSL color Cylindrical-coordinate representation of color #796C10: hue angle of 52.57º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #796C10 is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 108 16 -
CMYK 0 0.11 0.87 0.53
HSL 52.57º 0.77% 0.27% -
HSV(B) 52.57º 0.87% 0.47% -
XYZ 13.34 14.83 2.65 -
YUV 101.4 79.81 141.98 -
System Red Green Blue C M Y K H S L
Decimal 121 108 16 0 0.11 0.87 0.53 52.57 0.77 0.27
Hex 79 6C 10 0 B 57 35 35 4D 1B
Octal 171 154 20 0 13 127 65 65 115 33
Binary 1111001 1101100 10000 0 1011 1010111 110101 110101 1001101 11011

Color Harmonies of #796C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796C10

Black with #796C10

Text Example


Text Example

White with #796C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,108,16); }

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

background-color css

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

 a { background-color: rgb(121,108,16); }

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

border-color css

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

 span { border-color: rgb(121,108,16); }

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