Html Css Color HEX #7A6316 Yukon Gold

📋 copy color: '#7A6316'

red 122 ◦ green 99 ◦ blue 22

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

Shades of Yukon Gold #7A6316

Tints of Yukon Gold #7A6316

RGB

 RED value IS 122 (48.05% from 255) = 50.21%

 GREEN value IS 99 (39.06% from 255) = 40.74%

 BLUE value IS 22 (8.98% from 255) = 9.05%

R = 50.21%
G = 40.74%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.52

RGB Variations

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

Color information

#7A6316 (or 0x7A6316) is known color: Yukon Gold. HEX triplet: 7A, 63 and 16. RGB value is (122,99,22). Sum of RGB (Red+Green+Blue) = 122+99+22=243 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50.21% from 243); Green value is 99 (39.06% from 255 or 40.74% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6316 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A6316 is #859CE9. Grayscale: #616161. Windows color (decimal): -8756458 or 1467258. OLE color: 1467258.

HSL color Cylindrical-coordinate representation of color #7A6316: hue angle of 46.2º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7A6316 is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 99 22 -
CMYK 0 0.19 0.82 0.52
HSL 46.2º 0.69% 0.28% -
HSV(B) 46.2º 0.82% 0.48% -
XYZ 12.63 13.12 2.63 -
YUV 97.1 85.62 145.76 -
System Red Green Blue C M Y K H S L
Decimal 122 99 22 0 0.19 0.82 0.52 46.2 0.69 0.28
Hex 7A 63 16 0 13 52 34 2E 45 1C
Octal 172 143 26 0 23 122 64 56 105 34
Binary 1111010 1100011 10110 0 10011 1010010 110100 101110 1000101 11100

Color Harmonies of #7A6316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6316

Black with #7A6316

Text Example


Text Example

White with #7A6316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A6316; }

 p { color: rgb(122,99,22); }

 H1.HeaderClassName
 {
   color: #7A6316;
 }
 .AnyTagClassName
 {
   color: #7A6316;
 }
</style>

background-color css

<style>
 a { background-color: #7A6316; }

 a { background-color: rgb(122,99,22); }

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

border-color css

<style>
 span { border-color: #7A6316; }

 span { border-color: rgb(122,99,22); }

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