Html Css Color HEX #766631 Himalaya

📋 copy color: '#766631'

red 118 ◦ green 102 ◦ blue 49

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

Shades of Himalaya #766631

Tints of Himalaya #766631

RGB

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

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

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

R = 43.87%
G = 37.92%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#766631 (or 0x766631) is known color: Himalaya. HEX triplet: 76, 66 and 31. RGB value is (118,102,49). Sum of RGB (Red+Green+Blue) = 118+102+49=269 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.87% from 269); Green value is 102 (40.23% from 255 or 37.92% from 269); Blue value is 49 (19.53% from 255 or 18.22% from 269); Max value from RGB is 118 - color contains mainly: red. Hex color #766631 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766631 is #8999CE. Grayscale: #646464. Windows color (decimal): -9017807 or 3237494. OLE color: 3237494.

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

Color convert

RGB 118 102 49 -
CMYK 0 0.14 0.58 0.54
HSL 46.09º 0.41% 0.33% -
HSV(B) 46.09º 0.58% 0.46% -
XYZ 12.78 13.58 4.85 -
YUV 100.74 98.8 140.31 -
System Red Green Blue C M Y K H S L
Decimal 118 102 49 0 0.14 0.58 0.54 46.09 0.41 0.33
Hex 76 66 31 0 E 3A 36 2E 29 21
Octal 166 146 61 0 16 72 66 56 51 41
Binary 1110110 1100110 110001 0 1110 111010 110110 101110 101001 100001

Color Harmonies of #766631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766631

Black with #766631

Text Example


Text Example

White with #766631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766631; }

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

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

background-color css

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

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

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

border-color css

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

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

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