Html Css Color HEX #7E6D34 Himalaya

📋 copy color: '#7E6D34'

red 126 ◦ green 109 ◦ blue 52

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

Shades of Himalaya #7E6D34

Tints of Himalaya #7E6D34

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.98%

 BLUE value IS 52 (20.7% from 255) = 18.12%

R = 43.9%
G = 37.98%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.59

 K value IS 0.51

RGB Variations

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

Color information

#7E6D34 (or 0x7E6D34) is known color: Himalaya. HEX triplet: 7E, 6D and 34. RGB value is (126,109,52). Sum of RGB (Red+Green+Blue) = 126+109+52=287 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.90% from 287); Green value is 109 (42.97% from 255 or 37.98% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6D34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6D34 is #8192CB. Grayscale: #6B6B6B. Windows color (decimal): -8491724 or 3435902. OLE color: 3435902.

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

Color convert

RGB 126 109 52 -
CMYK 0 0.13 0.59 0.51
HSL 46.22º 0.42% 0.35% -
HSV(B) 46.22º 0.59% 0.49% -
XYZ 14.69 15.62 5.49 -
YUV 107.59 96.63 141.13 -
System Red Green Blue C M Y K H S L
Decimal 126 109 52 0 0.13 0.59 0.51 46.22 0.42 0.35
Hex 7E 6D 34 0 D 3B 33 2E 2A 23
Octal 176 155 64 0 15 73 63 56 52 43
Binary 1111110 1101101 110100 0 1101 111011 110011 101110 101010 100011

Color Harmonies of #7E6D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6D34

Black with #7E6D34

Text Example


Text Example

White with #7E6D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,109,52); }

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

background-color css

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

 a { background-color: rgb(126,109,52); }

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

border-color css

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

 span { border-color: rgb(126,109,52); }

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