Html Css Color HEX #746636 Himalaya

📋 copy color: '#746636'

red 116 ◦ green 102 ◦ blue 54

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

Shades of Himalaya #746636

Tints of Himalaya #746636

RGB

 RED value IS 116 (45.7% from 255) = 42.65%

 GREEN value IS 102 (40.23% from 255) = 37.5%

 BLUE value IS 54 (21.48% from 255) = 19.85%

R = 42.65%
G = 37.5%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.55

RGB Variations

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

Color information

#746636 (or 0x746636) is known color: Himalaya. HEX triplet: 74, 66 and 36. RGB value is (116,102,54). Sum of RGB (Red+Green+Blue) = 116+102+54=272 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.65% from 272); Green value is 102 (40.23% from 255 or 37.5% from 272); Blue value is 54 (21.48% from 255 or 19.85% from 272); Max value from RGB is 116 - color contains mainly: red. Hex color #746636 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746636 is #8B99C9. Grayscale: #646464. Windows color (decimal): -9148874 or 3565172. OLE color: 3565172.

HSL color Cylindrical-coordinate representation of color #746636: hue angle of 46.45º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #746636 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 102 54 -
CMYK 0 0.12 0.53 0.55
HSL 46.45º 0.36% 0.33% -
HSV(B) 46.45º 0.53% 0.45% -
XYZ 12.62 13.48 5.43 -
YUV 100.71 101.64 138.9 -
System Red Green Blue C M Y K H S L
Decimal 116 102 54 0 0.12 0.53 0.55 46.45 0.36 0.33
Hex 74 66 36 0 C 35 37 2E 24 21
Octal 164 146 66 0 14 65 67 56 44 41
Binary 1110100 1100110 110110 0 1100 110101 110111 101110 100100 100001

Color Harmonies of #746636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746636

Black with #746636

Text Example


Text Example

White with #746636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746636; }

 p { color: rgb(116,102,54); }

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

background-color css

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

 a { background-color: rgb(116,102,54); }

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

border-color css

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

 span { border-color: rgb(116,102,54); }

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