Html Css Color HEX #7E6E24 Yukon Gold

📋 copy color: '#7E6E24'

red 126 ◦ green 110 ◦ blue 36

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

Shades of Yukon Gold #7E6E24

Tints of Yukon Gold #7E6E24

RGB

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

 GREEN value IS 110 (43.36% from 255) = 40.44%

 BLUE value IS 36 (14.45% from 255) = 13.24%

R = 46.32%
G = 40.44%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.51

RGB Variations

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

Color information

#7E6E24 (or 0x7E6E24) is known color: Yukon Gold. HEX triplet: 7E, 6E and 24. RGB value is (126,110,36). Sum of RGB (Red+Green+Blue) = 126+110+36=272 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.32% from 272); Green value is 110 (43.36% from 255 or 40.44% from 272); Blue value is 36 (14.45% from 255 or 13.24% from 272); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6E24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6E24 is #8191DB. Grayscale: #6A6A6A. Windows color (decimal): -8491484 or 2387582. OLE color: 2387582.

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

Color convert

RGB 126 110 36 -
CMYK 0 0.13 0.71 0.51
HSL 49.33º 0.56% 0.32% -
HSV(B) 49.33º 0.71% 0.49% -
XYZ 14.5 15.71 3.94 -
YUV 106.35 88.3 142.02 -
System Red Green Blue C M Y K H S L
Decimal 126 110 36 0 0.13 0.71 0.51 49.33 0.56 0.32
Hex 7E 6E 24 0 D 47 33 31 38 20
Octal 176 156 44 0 15 107 63 61 70 40
Binary 1111110 1101110 100100 0 1101 1000111 110011 110001 111000 100000

Color Harmonies of #7E6E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6E24

Black with #7E6E24

Text Example


Text Example

White with #7E6E24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,110,36); }

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

background-color css

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

 a { background-color: rgb(126,110,36); }

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

border-color css

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

 span { border-color: rgb(126,110,36); }

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