Html Css Color HEX #7C6F1D Yukon Gold

📋 copy color: '#7C6F1D'

red 124 ◦ green 111 ◦ blue 29

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

Shades of Yukon Gold #7C6F1D

Tints of Yukon Gold #7C6F1D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 42.05%

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

R = 46.97%
G = 42.05%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.77

 K value IS 0.51

RGB Variations

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

Color information

#7C6F1D (or 0x7C6F1D) is known color: Yukon Gold. HEX triplet: 7C, 6F and 1D. RGB value is (124,111,29). Sum of RGB (Red+Green+Blue) = 124+111+29=264 (34% of max value = 765). Red value is 124 (48.83% from 255 or 46.97% from 264); Green value is 111 (43.75% from 255 or 42.05% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6F1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6F1D is #8390E2. Grayscale: #696969. Windows color (decimal): -8622307 or 1929084. OLE color: 1929084.

HSL color Cylindrical-coordinate representation of color #7C6F1D: hue angle of 51.79º 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 #7C6F1D is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 111 29 -
CMYK 0 0.10 0.77 0.51
HSL 51.79º 0.62% 0.3% -
HSV(B) 51.79º 0.77% 0.49% -
XYZ 14.22 15.74 3.45 -
YUV 105.54 84.81 141.17 -
System Red Green Blue C M Y K H S L
Decimal 124 111 29 0 0.10 0.77 0.51 51.79 0.62 0.3
Hex 7C 6F 1D 0 A 4D 33 34 3E 1E
Octal 174 157 35 0 12 115 63 64 76 36
Binary 1111100 1101111 11101 0 1010 1001101 110011 110100 111110 11110

Color Harmonies of #7C6F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6F1D

Black with #7C6F1D

Text Example


Text Example

White with #7C6F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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