Html Css Color HEX #7C6604 Yukon Gold

📋 copy color: '#7C6604'

red 124 ◦ green 102 ◦ blue 4

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

Shades of Yukon Gold #7C6604

Tints of Yukon Gold #7C6604

RGB

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

 GREEN value IS 102 (40.23% from 255) = 44.35%

 BLUE value IS 4 (1.95% from 255) = 1.74%

R = 53.91%
G = 44.35%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.51

RGB Variations

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

Color information

#7C6604 (or 0x7C6604) is known color: Yukon Gold. HEX triplet: 7C, 66 and 04. RGB value is (124,102,4). Sum of RGB (Red+Green+Blue) = 124+102+4=230 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.91% from 230); Green value is 102 (40.23% from 255 or 44.35% from 230); Blue value is 4 (1.95% from 255 or 1.74% from 230); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6604 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7C6604 is #8399FB. Grayscale: #616161. Windows color (decimal): -8624636 or 288380. OLE color: 288380.

HSL color Cylindrical-coordinate representation of color #7C6604: hue angle of 49º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7C6604 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 102 4 -
CMYK 0 0.18 0.97 0.51
HSL 49º 0.94% 0.25% -
HSV(B) 49º 0.97% 0.49% -
XYZ 13.09 13.8 2.09 -
YUV 97.41 75.29 146.97 -
System Red Green Blue C M Y K H S L
Decimal 124 102 4 0 0.18 0.97 0.51 49 0.94 0.25
Hex 7C 66 4 0 12 61 33 31 5E 19
Octal 174 146 4 0 22 141 63 61 136 31
Binary 1111100 1100110 100 0 10010 1100001 110011 110001 1011110 11001

Color Harmonies of #7C6604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6604

Black with #7C6604

Text Example


Text Example

White with #7C6604

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,102,4); }

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

background-color css

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

 a { background-color: rgb(124,102,4); }

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

border-color css

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

 span { border-color: rgb(124,102,4); }

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