Html Css Color HEX #7E6D14 Yukon Gold

📋 copy color: '#7E6D14'

red 126 ◦ green 109 ◦ blue 20

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

Shades of Yukon Gold #7E6D14

Tints of Yukon Gold #7E6D14

RGB

 RED value IS 126 (49.61% from 255) = 49.41%

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

 BLUE value IS 20 (8.2% from 255) = 7.84%

R = 49.41%
G = 42.75%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.51

RGB Variations

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

Color information

#7E6D14 (or 0x7E6D14) is known color: Yukon Gold. HEX triplet: 7E, 6D and 14. RGB value is (126,109,20). Sum of RGB (Red+Green+Blue) = 126+109+20=255 (33% of max value = 765). Red value is 126 (49.61% from 255 or 49.41% from 255); Green value is 109 (42.97% from 255 or 42.75% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E6D14 is #8192EB. Grayscale: #686868. Windows color (decimal): -8491756 or 1338750. OLE color: 1338750.

HSL color Cylindrical-coordinate representation of color #7E6D14: hue angle of 50.38º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7E6D14 is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 109 20 -
CMYK 0 0.13 0.84 0.51
HSL 50.38º 0.73% 0.29% -
HSV(B) 50.38º 0.84% 0.49% -
XYZ 14.2 15.42 2.89 -
YUV 103.94 80.63 143.74 -
System Red Green Blue C M Y K H S L
Decimal 126 109 20 0 0.13 0.84 0.51 50.38 0.73 0.29
Hex 7E 6D 14 0 D 54 33 32 49 1D
Octal 176 155 24 0 15 124 63 62 111 35
Binary 1111110 1101101 10100 0 1101 1010100 110011 110010 1001001 11101

Color Harmonies of #7E6D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6D14

Black with #7E6D14

Text Example


Text Example

White with #7E6D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,109,20); }

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

background-color css

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

 a { background-color: rgb(126,109,20); }

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

border-color css

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

 span { border-color: rgb(126,109,20); }

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