Html Css Color HEX #7E6533 Himalaya

📋 copy color: '#7E6533'

red 126 ◦ green 101 ◦ blue 51

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

Shades of Himalaya #7E6533

Tints of Himalaya #7E6533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.35%

R = 45.32%
G = 36.33%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.51

RGB Variations

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

Color information

#7E6533 (or 0x7E6533) is known color: Himalaya. HEX triplet: 7E, 65 and 33. RGB value is (126,101,51). Sum of RGB (Red+Green+Blue) = 126+101+51=278 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.32% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 51 (20.31% from 255 or 18.35% from 278); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6533 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E6533 is #819ACC. Grayscale: #666666. Windows color (decimal): -8493773 or 3368318. OLE color: 3368318.

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

Color convert

RGB 126 101 51 -
CMYK 0 0.20 0.60 0.51
HSL 40º 0.42% 0.35% -
HSV(B) 40º 0.6% 0.49% -
XYZ 13.86 13.98 5.1 -
YUV 102.78 98.78 144.57 -
System Red Green Blue C M Y K H S L
Decimal 126 101 51 0 0.20 0.60 0.51 40 0.42 0.35
Hex 7E 65 33 0 14 3C 33 28 2A 23
Octal 176 145 63 0 24 74 63 50 52 43
Binary 1111110 1100101 110011 0 10100 111100 110011 101000 101010 100011

Color Harmonies of #7E6533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E6533

Black with #7E6533

Text Example


Text Example

White with #7E6533

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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