Html Css Color HEX #746326 Himalaya

📋 copy color: '#746326'

red 116 ◦ green 99 ◦ blue 38

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

Shades of Himalaya #746326

Tints of Himalaya #746326

RGB

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

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

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

R = 45.85%
G = 39.13%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#746326 (or 0x746326) is known color: Himalaya. HEX triplet: 74, 63 and 26. RGB value is (116,99,38). Sum of RGB (Red+Green+Blue) = 116+99+38=253 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.85% from 253); Green value is 99 (39.06% from 255 or 39.13% from 253); Blue value is 38 (15.23% from 255 or 15.02% from 253); Max value from RGB is 116 - color contains mainly: red. Hex color #746326 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746326 is #8B9CD9. Grayscale: #616161. Windows color (decimal): -9149658 or 2515828. OLE color: 2515828.

HSL color Cylindrical-coordinate representation of color #746326: hue angle of 46.92º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #746326 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 99 38 -
CMYK 0 0.15 0.67 0.55
HSL 46.92º 0.51% 0.3% -
HSV(B) 46.92º 0.67% 0.45% -
XYZ 12.01 12.78 3.67 -
YUV 97.13 94.63 141.46 -
System Red Green Blue C M Y K H S L
Decimal 116 99 38 0 0.15 0.67 0.55 46.92 0.51 0.3
Hex 74 63 26 0 F 43 37 2F 33 1E
Octal 164 143 46 0 17 103 67 57 63 36
Binary 1110100 1100011 100110 0 1111 1000011 110111 101111 110011 11110

Color Harmonies of #746326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746326

Black with #746326

Text Example


Text Example

White with #746326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746326; }

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

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

background-color css

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

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

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

border-color css

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

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

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