Html Css Color HEX #746635 Himalaya

📋 copy color: '#746635'

red 116 ◦ green 102 ◦ blue 53

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

Shades of Himalaya #746635

Tints of Himalaya #746635

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.64%

 BLUE value IS 53 (21.09% from 255) = 19.56%

R = 42.8%
G = 37.64%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.54

 K value IS 0.55

RGB Variations

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

Color information

#746635 (or 0x746635) is known color: Himalaya. HEX triplet: 74, 66 and 35. RGB value is (116,102,53). Sum of RGB (Red+Green+Blue) = 116+102+53=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 53 (21.09% from 255 or 19.56% from 271); Max value from RGB is 116 - color contains mainly: red. Hex color #746635 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746635 is #8B99CA. Grayscale: #646464. Windows color (decimal): -9148875 or 3499636. OLE color: 3499636.

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

Color convert

RGB 116 102 53 -
CMYK 0 0.12 0.54 0.55
HSL 46.67º 0.37% 0.33% -
HSV(B) 46.67º 0.54% 0.45% -
XYZ 12.6 13.47 5.3 -
YUV 100.6 101.14 138.98 -
System Red Green Blue C M Y K H S L
Decimal 116 102 53 0 0.12 0.54 0.55 46.67 0.37 0.33
Hex 74 66 35 0 C 36 37 2F 25 21
Octal 164 146 65 0 14 66 67 57 45 41
Binary 1110100 1100110 110101 0 1100 110110 110111 101111 100101 100001

Color Harmonies of #746635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746635

Black with #746635

Text Example


Text Example

White with #746635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746635; }

 p { color: rgb(116,102,53); }

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

background-color css

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

 a { background-color: rgb(116,102,53); }

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

border-color css

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

 span { border-color: rgb(116,102,53); }

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