Html Css Color HEX #746938 Himalaya

📋 copy color: '#746938'

red 116 ◦ green 105 ◦ blue 56

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

Shades of Himalaya #746938

Tints of Himalaya #746938

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.91%

 BLUE value IS 56 (22.27% from 255) = 20.22%

R = 41.88%
G = 37.91%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.52

 K value IS 0.55

RGB Variations

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

Color information

#746938 (or 0x746938) is known color: Himalaya. HEX triplet: 74, 69 and 38. RGB value is (116,105,56). Sum of RGB (Red+Green+Blue) = 116+105+56=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 105 (41.41% from 255 or 37.91% from 277); Blue value is 56 (22.27% from 255 or 20.22% from 277); Max value from RGB is 116 - color contains mainly: red. Hex color #746938 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746938 is #8B96C7. Grayscale: #666666. Windows color (decimal): -9148104 or 3697012. OLE color: 3697012.

HSL color Cylindrical-coordinate representation of color #746938: hue angle of 49º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #746938 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 105 56 -
CMYK 0 0.09 0.52 0.55
HSL 49º 0.35% 0.34% -
HSV(B) 49º 0.52% 0.45% -
XYZ 12.97 14.1 5.78 -
YUV 102.7 101.64 137.48 -
System Red Green Blue C M Y K H S L
Decimal 116 105 56 0 0.09 0.52 0.55 49 0.35 0.34
Hex 74 69 38 0 9 34 37 31 23 22
Octal 164 151 70 0 11 64 67 61 43 42
Binary 1110100 1101001 111000 0 1001 110100 110111 110001 100011 100010

Color Harmonies of #746938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746938

Black with #746938

Text Example


Text Example

White with #746938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746938; }

 p { color: rgb(116,105,56); }

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

background-color css

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

 a { background-color: rgb(116,105,56); }

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

border-color css

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

 span { border-color: rgb(116,105,56); }

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