Html Css Color HEX #7C6A09 Yukon Gold

📋 copy color: '#7C6A09'

red 124 ◦ green 106 ◦ blue 9

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

Shades of Yukon Gold #7C6A09

Tints of Yukon Gold #7C6A09

RGB

 RED value IS 124 (48.83% from 255) = 51.88%

 GREEN value IS 106 (41.8% from 255) = 44.35%

 BLUE value IS 9 (3.91% from 255) = 3.77%

R = 51.88%
G = 44.35%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.93

 K value IS 0.51

RGB Variations

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

Color information

#7C6A09 (or 0x7C6A09) is known color: Yukon Gold. HEX triplet: 7C, 6A and 09. RGB value is (124,106,9). Sum of RGB (Red+Green+Blue) = 124+106+9=239 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.88% from 239); Green value is 106 (41.80% from 255 or 44.35% from 239); Blue value is 9 (3.91% from 255 or 3.77% from 239); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6A09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6A09 is #8395F6. Grayscale: #646464. Windows color (decimal): -8623607 or 617084. OLE color: 617084.

HSL color Cylindrical-coordinate representation of color #7C6A09: hue angle of 50.61º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7C6A09 is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 106 9 -
CMYK 0 0.15 0.93 0.51
HSL 50.61º 0.86% 0.26% -
HSV(B) 50.61º 0.93% 0.49% -
XYZ 13.52 14.61 2.37 -
YUV 100.32 76.46 144.89 -
System Red Green Blue C M Y K H S L
Decimal 124 106 9 0 0.15 0.93 0.51 50.61 0.86 0.26
Hex 7C 6A 9 0 F 5D 33 33 56 1A
Octal 174 152 11 0 17 135 63 63 126 32
Binary 1111100 1101010 1001 0 1111 1011101 110011 110011 1010110 11010

Color Harmonies of #7C6A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6A09

Black with #7C6A09

Text Example


Text Example

White with #7C6A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,106,9); }

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

background-color css

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

 a { background-color: rgb(124,106,9); }

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

border-color css

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

 span { border-color: rgb(124,106,9); }

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