Html Css Color HEX #7E6619 Yukon Gold

📋 copy color: '#7E6619'

red 126 ◦ green 102 ◦ blue 25

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

Shades of Yukon Gold #7E6619

Tints of Yukon Gold #7E6619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.88%

R = 49.8%
G = 40.32%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.51

RGB Variations

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

Color information

#7E6619 (or 0x7E6619) is known color: Yukon Gold. HEX triplet: 7E, 66 and 19. RGB value is (126,102,25). Sum of RGB (Red+Green+Blue) = 126+102+25=253 (33% of max value = 765). Red value is 126 (49.61% from 255 or 49.80% from 253); Green value is 102 (40.23% from 255 or 40.32% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6619 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E6619 is #8199E6. Grayscale: #646464. Windows color (decimal): -8493543 or 1664638. OLE color: 1664638.

HSL color Cylindrical-coordinate representation of color #7E6619: hue angle of 45.74º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7E6619 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 102 25 -
CMYK 0 0.19 0.80 0.51
HSL 45.74º 0.67% 0.3% -
HSV(B) 45.74º 0.8% 0.49% -
XYZ 13.53 14.01 2.91 -
YUV 100.4 85.45 146.26 -
System Red Green Blue C M Y K H S L
Decimal 126 102 25 0 0.19 0.80 0.51 45.74 0.67 0.3
Hex 7E 66 19 0 13 50 33 2E 43 1E
Octal 176 146 31 0 23 120 63 56 103 36
Binary 1111110 1100110 11001 0 10011 1010000 110011 101110 1000011 11110

Color Harmonies of #7E6619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6619

Black with #7E6619

Text Example


Text Example

White with #7E6619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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