Html Css Color HEX #7C6D1D Yukon Gold

📋 copy color: '#7C6D1D'

red 124 ◦ green 109 ◦ blue 29

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

Shades of Yukon Gold #7C6D1D

Tints of Yukon Gold #7C6D1D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 41.6%

 BLUE value IS 29 (11.72% from 255) = 11.07%

R = 47.33%
G = 41.6%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.51

RGB Variations

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

Color information

#7C6D1D (or 0x7C6D1D) is known color: Yukon Gold. HEX triplet: 7C, 6D and 1D. RGB value is (124,109,29). Sum of RGB (Red+Green+Blue) = 124+109+29=262 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.33% from 262); Green value is 109 (42.97% from 255 or 41.60% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6D1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6D1D is #8392E2. Grayscale: #686868. Windows color (decimal): -8622819 or 1928572. OLE color: 1928572.

HSL color Cylindrical-coordinate representation of color #7C6D1D: hue angle of 50.53º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7C6D1D is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 109 29 -
CMYK 0 0.12 0.77 0.51
HSL 50.53º 0.62% 0.3% -
HSV(B) 50.53º 0.77% 0.49% -
XYZ 14 15.31 3.38 -
YUV 104.37 85.47 142 -
System Red Green Blue C M Y K H S L
Decimal 124 109 29 0 0.12 0.77 0.51 50.53 0.62 0.3
Hex 7C 6D 1D 0 C 4D 33 33 3E 1E
Octal 174 155 35 0 14 115 63 63 76 36
Binary 1111100 1101101 11101 0 1100 1001101 110011 110011 111110 11110

Color Harmonies of #7C6D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6D1D

Black with #7C6D1D

Text Example


Text Example

White with #7C6D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,109,29); }

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

background-color css

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

 a { background-color: rgb(124,109,29); }

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

border-color css

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

 span { border-color: rgb(124,109,29); }

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