Html Css Color HEX #7C6E1F Yukon Gold

📋 copy color: '#7C6E1F'

red 124 ◦ green 110 ◦ blue 31

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

Shades of Yukon Gold #7C6E1F

Tints of Yukon Gold #7C6E1F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 41.51%

 BLUE value IS 31 (12.5% from 255) = 11.7%

R = 46.79%
G = 41.51%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.75

 K value IS 0.51

RGB Variations

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

Color information

#7C6E1F (or 0x7C6E1F) is known color: Yukon Gold. HEX triplet: 7C, 6E and 1F. RGB value is (124,110,31). Sum of RGB (Red+Green+Blue) = 124+110+31=265 (35% of max value = 765). Red value is 124 (48.83% from 255 or 46.79% from 265); Green value is 110 (43.36% from 255 or 41.51% from 265); Blue value is 31 (12.5% from 255 or 11.70% from 265); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6E1F is #8391E0. Grayscale: #696969. Windows color (decimal): -8622561 or 2059900. OLE color: 2059900.

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

Color convert

RGB 124 110 31 -
CMYK 0 0.11 0.75 0.51
HSL 50.97º 0.6% 0.3% -
HSV(B) 50.97º 0.75% 0.49% -
XYZ 14.14 15.54 3.55 -
YUV 105.18 86.14 141.42 -
System Red Green Blue C M Y K H S L
Decimal 124 110 31 0 0.11 0.75 0.51 50.97 0.6 0.3
Hex 7C 6E 1F 0 B 4B 33 33 3C 1E
Octal 174 156 37 0 13 113 63 63 74 36
Binary 1111100 1101110 11111 0 1011 1001011 110011 110011 111100 11110

Color Harmonies of #7C6E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C6E1F

Black with #7C6E1F

Text Example


Text Example

White with #7C6E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,110,31); }

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

background-color css

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

 a { background-color: rgb(124,110,31); }

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

border-color css

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

 span { border-color: rgb(124,110,31); }

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