Html Css Color HEX #766131 Himalaya

📋 copy color: '#766131'

red 118 ◦ green 97 ◦ blue 49

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

Shades of Himalaya #766131

Tints of Himalaya #766131

RGB

 RED value IS 118 (46.48% from 255) = 44.7%

 GREEN value IS 97 (38.28% from 255) = 36.74%

 BLUE value IS 49 (19.53% from 255) = 18.56%

R = 44.7%
G = 36.74%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#766131 (or 0x766131) is known color: Himalaya. HEX triplet: 76, 61 and 31. RGB value is (118,97,49). Sum of RGB (Red+Green+Blue) = 118+97+49=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #766131 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766131 is #899ECE. Grayscale: #626262. Windows color (decimal): -9019087 or 3236214. OLE color: 3236214.

HSL color Cylindrical-coordinate representation of color #766131: hue angle of 41.74º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #766131 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 97 49 -
CMYK 0 0.18 0.58 0.54
HSL 41.74º 0.41% 0.33% -
HSV(B) 41.74º 0.58% 0.46% -
XYZ 12.3 12.62 4.69 -
YUV 97.81 100.46 142.4 -
System Red Green Blue C M Y K H S L
Decimal 118 97 49 0 0.18 0.58 0.54 41.74 0.41 0.33
Hex 76 61 31 0 12 3A 36 2A 29 21
Octal 166 141 61 0 22 72 66 52 51 41
Binary 1110110 1100001 110001 0 10010 111010 110110 101010 101001 100001

Color Harmonies of #766131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766131

Black with #766131

Text Example


Text Example

White with #766131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766131; }

 p { color: rgb(118,97,49); }

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

background-color css

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

 a { background-color: rgb(118,97,49); }

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

border-color css

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

 span { border-color: rgb(118,97,49); }

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