Html Css Color HEX #7E660D Yukon Gold

📋 copy color: '#7E660D'

red 126 ◦ green 102 ◦ blue 13

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

Shades of Yukon Gold #7E660D

Tints of Yukon Gold #7E660D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.39%

R = 52.28%
G = 42.32%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.51

RGB Variations

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

Color information

#7E660D (or 0x7E660D) is known color: Yukon Gold. HEX triplet: 7E, 66 and 0D. RGB value is (126,102,13). Sum of RGB (Red+Green+Blue) = 126+102+13=241 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.28% from 241); Green value is 102 (40.23% from 255 or 42.32% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 126 - color contains mainly: red. Hex color #7E660D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E660D is #8199F2. Grayscale: #636363. Windows color (decimal): -8493555 or 878206. OLE color: 878206.

HSL color Cylindrical-coordinate representation of color #7E660D: hue angle of 47.26º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7E660D is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 102 13 -
CMYK 0 0.19 0.90 0.51
HSL 47.26º 0.81% 0.27% -
HSV(B) 47.26º 0.9% 0.49% -
XYZ 13.43 13.97 2.37 -
YUV 99.03 79.45 147.24 -
System Red Green Blue C M Y K H S L
Decimal 126 102 13 0 0.19 0.90 0.51 47.26 0.81 0.27
Hex 7E 66 D 0 13 5A 33 2F 51 1B
Octal 176 146 15 0 23 132 63 57 121 33
Binary 1111110 1100110 1101 0 10011 1011010 110011 101111 1010001 11011

Color Harmonies of #7E660D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E660D

Black with #7E660D

Text Example


Text Example

White with #7E660D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,102,13); }

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

background-color css

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

 a { background-color: rgb(126,102,13); }

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

border-color css

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

 span { border-color: rgb(126,102,13); }

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