Html Css Color HEX #7E6517 Yukon Gold

📋 copy color: '#7E6517'

red 126 ◦ green 101 ◦ blue 23

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

Shades of Yukon Gold #7E6517

Tints of Yukon Gold #7E6517

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.4%

 BLUE value IS 23 (9.38% from 255) = 9.2%

R = 50.4%
G = 40.4%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.51

RGB Variations

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

Color information

#7E6517 (or 0x7E6517) is known color: Yukon Gold. HEX triplet: 7E, 65 and 17. RGB value is (126,101,23). Sum of RGB (Red+Green+Blue) = 126+101+23=250 (33% of max value = 765). Red value is 126 (49.61% from 255 or 50.4% from 250); Green value is 101 (39.84% from 255 or 40.4% from 250); Blue value is 23 (9.38% from 255 or 9.2% from 250); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6517 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7E6517 is #819AE8. Grayscale: #636363. Windows color (decimal): -8493801 or 1533310. OLE color: 1533310.

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

Color convert

RGB 126 101 23 -
CMYK 0 0.20 0.82 0.51
HSL 45.44º 0.69% 0.29% -
HSV(B) 45.44º 0.82% 0.49% -
XYZ 13.41 13.8 2.77 -
YUV 99.58 84.78 146.84 -
System Red Green Blue C M Y K H S L
Decimal 126 101 23 0 0.20 0.82 0.51 45.44 0.69 0.29
Hex 7E 65 17 0 14 52 33 2D 45 1D
Octal 176 145 27 0 24 122 63 55 105 35
Binary 1111110 1100101 10111 0 10100 1010010 110011 101101 1000101 11101

Color Harmonies of #7E6517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6517

Black with #7E6517

Text Example


Text Example

White with #7E6517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,101,23); }

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

background-color css

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

 a { background-color: rgb(126,101,23); }

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

border-color css

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

 span { border-color: rgb(126,101,23); }

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