Html Css Color HEX #7A6406 Yukon Gold

📋 copy color: '#7A6406'

red 122 ◦ green 100 ◦ blue 6

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

Shades of Yukon Gold #7A6406

Tints of Yukon Gold #7A6406

RGB

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

 GREEN value IS 100 (39.45% from 255) = 43.86%

 BLUE value IS 6 (2.73% from 255) = 2.63%

R = 53.51%
G = 43.86%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.52

RGB Variations

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

Color information

#7A6406 (or 0x7A6406) is known color: Yukon Gold. HEX triplet: 7A, 64 and 06. RGB value is (122,100,6). Sum of RGB (Red+Green+Blue) = 122+100+6=228 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.51% from 228); Green value is 100 (39.45% from 255 or 43.86% from 228); Blue value is 6 (2.73% from 255 or 2.63% from 228); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6406 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A6406 is #859BF9. Grayscale: #606060. Windows color (decimal): -8756218 or 418938. OLE color: 418938.

HSL color Cylindrical-coordinate representation of color #7A6406: hue angle of 48.62º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7A6406 is Cyan = 0, Magento = 0.18, Yellow = 0.95 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 100 6 -
CMYK 0 0.18 0.95 0.52
HSL 48.62º 0.91% 0.25% -
HSV(B) 48.62º 0.95% 0.48% -
XYZ 12.62 13.27 2.07 -
YUV 95.86 77.29 146.64 -
System Red Green Blue C M Y K H S L
Decimal 122 100 6 0 0.18 0.95 0.52 48.62 0.91 0.25
Hex 7A 64 6 0 12 5F 34 31 5B 19
Octal 172 144 6 0 22 137 64 61 133 31
Binary 1111010 1100100 110 0 10010 1011111 110100 110001 1011011 11001

Color Harmonies of #7A6406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A6406

Black with #7A6406

Text Example


Text Example

White with #7A6406

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,100,6); }

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

background-color css

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

 a { background-color: rgb(122,100,6); }

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

border-color css

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

 span { border-color: rgb(122,100,6); }

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