Html Css Color HEX #746933 Himalaya

📋 copy color: '#746933'

red 116 ◦ green 105 ◦ blue 51

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

Shades of Himalaya #746933

Tints of Himalaya #746933

RGB

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

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

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

R = 42.65%
G = 38.6%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#746933 (or 0x746933) is known color: Himalaya. HEX triplet: 74, 69 and 33. RGB value is (116,105,51). Sum of RGB (Red+Green+Blue) = 116+105+51=272 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.65% from 272); Green value is 105 (41.41% from 255 or 38.60% from 272); Blue value is 51 (20.31% from 255 or 18.75% from 272); Max value from RGB is 116 - color contains mainly: red. Hex color #746933 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746933 is #8B96CC. Grayscale: #666666. Windows color (decimal): -9148109 or 3369332. OLE color: 3369332.

HSL color Cylindrical-coordinate representation of color #746933: hue angle of 49.85º 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 #746933 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 105 51 -
CMYK 0 0.09 0.56 0.55
HSL 49.85º 0.39% 0.33% -
HSV(B) 49.85º 0.56% 0.45% -
XYZ 12.85 14.06 5.17 -
YUV 102.13 99.14 137.89 -
System Red Green Blue C M Y K H S L
Decimal 116 105 51 0 0.09 0.56 0.55 49.85 0.39 0.33
Hex 74 69 33 0 9 38 37 32 27 21
Octal 164 151 63 0 11 70 67 62 47 41
Binary 1110100 1101001 110011 0 1001 111000 110111 110010 100111 100001

Color Harmonies of #746933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746933

Black with #746933

Text Example


Text Example

White with #746933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746933; }

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

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

background-color css

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

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

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

border-color css

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

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

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