Html Css Color HEX #746333 Himalaya

📋 copy color: '#746333'

red 116 ◦ green 99 ◦ blue 51

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

Shades of Himalaya #746333

Tints of Himalaya #746333

RGB

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

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

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

R = 43.61%
G = 37.22%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#746333 (or 0x746333) is known color: Himalaya. HEX triplet: 74, 63 and 33. RGB value is (116,99,51). Sum of RGB (Red+Green+Blue) = 116+99+51=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 51 (20.31% from 255 or 19.17% from 266); Max value from RGB is 116 - color contains mainly: red. Hex color #746333 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746333 is #8B9CCC. Grayscale: #626262. Windows color (decimal): -9149645 or 3367796. OLE color: 3367796.

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

Color convert

RGB 116 99 51 -
CMYK 0 0.15 0.56 0.55
HSL 44.31º 0.39% 0.33% -
HSV(B) 44.31º 0.56% 0.45% -
XYZ 12.26 12.88 4.97 -
YUV 98.61 101.13 140.4 -
System Red Green Blue C M Y K H S L
Decimal 116 99 51 0 0.15 0.56 0.55 44.31 0.39 0.33
Hex 74 63 33 0 F 38 37 2C 27 21
Octal 164 143 63 0 17 70 67 54 47 41
Binary 1110100 1100011 110011 0 1111 111000 110111 101100 100111 100001

Color Harmonies of #746333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746333

Black with #746333

Text Example


Text Example

White with #746333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746333; }

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

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

background-color css

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

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

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

border-color css

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

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

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