Html Css Color HEX #766431 Himalaya

📋 copy color: '#766431'

red 118 ◦ green 100 ◦ blue 49

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

Shades of Himalaya #766431

Tints of Himalaya #766431

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.45%

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

R = 44.19%
G = 37.45%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#766431 (or 0x766431) is known color: Himalaya. HEX triplet: 76, 64 and 31. RGB value is (118,100,49). Sum of RGB (Red+Green+Blue) = 118+100+49=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 100 (39.45% from 255 or 37.45% from 267); Blue value is 49 (19.53% from 255 or 18.35% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #766431 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766431 is #899BCE. Grayscale: #636363. Windows color (decimal): -9018319 or 3236982. OLE color: 3236982.

HSL color Cylindrical-coordinate representation of color #766431: hue angle of 44.35º 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 #766431 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 100 49 -
CMYK 0 0.15 0.58 0.54
HSL 44.35º 0.41% 0.33% -
HSV(B) 44.35º 0.58% 0.46% -
XYZ 12.58 13.19 4.79 -
YUV 99.57 99.46 141.15 -
System Red Green Blue C M Y K H S L
Decimal 118 100 49 0 0.15 0.58 0.54 44.35 0.41 0.33
Hex 76 64 31 0 F 3A 36 2C 29 21
Octal 166 144 61 0 17 72 66 54 51 41
Binary 1110110 1100100 110001 0 1111 111010 110110 101100 101001 100001

Color Harmonies of #766431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766431

Black with #766431

Text Example


Text Example

White with #766431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766431; }

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

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

background-color css

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

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

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

border-color css

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

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

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