Html Css Color HEX #746930 Himalaya

📋 copy color: '#746930'

red 116 ◦ green 105 ◦ blue 48

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

Shades of Himalaya #746930

Tints of Himalaya #746930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.84%

R = 43.12%
G = 39.03%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.59

 K value IS 0.55

RGB Variations

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

Color information

#746930 (or 0x746930) is known color: Himalaya. HEX triplet: 74, 69 and 30. RGB value is (116,105,48). Sum of RGB (Red+Green+Blue) = 116+105+48=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 48 (19.14% from 255 or 17.84% from 269); Max value from RGB is 116 - color contains mainly: red. Hex color #746930 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746930 is #8B96CF. Grayscale: #666666. Windows color (decimal): -9148112 or 3172724. OLE color: 3172724.

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

Color convert

RGB 116 105 48 -
CMYK 0 0.09 0.59 0.55
HSL 50.29º 0.41% 0.32% -
HSV(B) 50.29º 0.59% 0.45% -
XYZ 12.79 14.03 4.83 -
YUV 101.79 97.64 138.13 -
System Red Green Blue C M Y K H S L
Decimal 116 105 48 0 0.09 0.59 0.55 50.29 0.41 0.32
Hex 74 69 30 0 9 3B 37 32 29 20
Octal 164 151 60 0 11 73 67 62 51 40
Binary 1110100 1101001 110000 0 1001 111011 110111 110010 101001 100000

Color Harmonies of #746930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746930

Black with #746930

Text Example


Text Example

White with #746930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746930; }

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

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

background-color css

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

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

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

border-color css

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

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

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