Html Css Color HEX #7E6326 Yukon Gold

📋 copy color: '#7E6326'

red 126 ◦ green 99 ◦ blue 38

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

Shades of Yukon Gold #7E6326

Tints of Yukon Gold #7E6326

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.64%

 BLUE value IS 38 (15.23% from 255) = 14.45%

R = 47.91%
G = 37.64%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.70

 K value IS 0.51

RGB Variations

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

Color information

#7E6326 (or 0x7E6326) is known color: Yukon Gold. HEX triplet: 7E, 63 and 26. RGB value is (126,99,38). Sum of RGB (Red+Green+Blue) = 126+99+38=263 (34% of max value = 765). Red value is 126 (49.61% from 255 or 47.91% from 263); Green value is 99 (39.06% from 255 or 37.64% from 263); Blue value is 38 (15.23% from 255 or 14.45% from 263); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6326 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6326 is #819CD9. Grayscale: #646464. Windows color (decimal): -8494298 or 2515838. OLE color: 2515838.

HSL color Cylindrical-coordinate representation of color #7E6326: hue angle of 41.59º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7E6326 is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 99 38 -
CMYK 0 0.21 0.70 0.51
HSL 41.59º 0.54% 0.32% -
HSV(B) 41.59º 0.7% 0.49% -
XYZ 13.42 13.5 3.73 -
YUV 100.12 92.95 146.46 -
System Red Green Blue C M Y K H S L
Decimal 126 99 38 0 0.21 0.70 0.51 41.59 0.54 0.32
Hex 7E 63 26 0 15 46 33 2A 36 20
Octal 176 143 46 0 25 106 63 52 66 40
Binary 1111110 1100011 100110 0 10101 1000110 110011 101010 110110 100000

Color Harmonies of #7E6326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6326

Black with #7E6326

Text Example


Text Example

White with #7E6326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,99,38); }

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

background-color css

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

 a { background-color: rgb(126,99,38); }

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

border-color css

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

 span { border-color: rgb(126,99,38); }

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