Html Css Color HEX #746A38 Himalaya

📋 copy color: '#746A38'

red 116 ◦ green 106 ◦ blue 56

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

Shades of Himalaya #746A38

Tints of Himalaya #746A38

RGB

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

 GREEN value IS 106 (41.8% from 255) = 38.13%

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

R = 41.73%
G = 38.13%
B = 20.14%

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

#746A38 (or 0x746A38) is known color: Himalaya. HEX triplet: 74, 6A and 38. RGB value is (116,106,56). Sum of RGB (Red+Green+Blue) = 116+106+56=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 106 (41.80% from 255 or 38.13% from 278); Blue value is 56 (22.27% from 255 or 20.14% from 278); Max value from RGB is 116 - color contains mainly: red. Hex color #746A38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746A38 is #8B95C7. Grayscale: #676767. Windows color (decimal): -9147848 or 3697268. OLE color: 3697268.

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

Color convert

RGB 116 106 56 -
CMYK 0 0.09 0.52 0.55
HSL 50º 0.35% 0.34% -
HSV(B) 50º 0.52% 0.45% -
XYZ 13.07 14.31 5.81 -
YUV 103.29 101.31 137.07 -
System Red Green Blue C M Y K H S L
Decimal 116 106 56 0 0.09 0.52 0.55 50 0.35 0.34
Hex 74 6A 38 0 9 34 37 32 23 22
Octal 164 152 70 0 11 64 67 62 43 42
Binary 1110100 1101010 111000 0 1001 110100 110111 110010 100011 100010

Color Harmonies of #746A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746A38

Black with #746A38

Text Example


Text Example

White with #746A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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