Html Css Color HEX #766632 Himalaya

📋 copy color: '#766632'

red 118 ◦ green 102 ◦ blue 50

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

Shades of Himalaya #766632

Tints of Himalaya #766632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.52%

R = 43.7%
G = 37.78%
B = 18.52%

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

#766632 (or 0x766632) is known color: Himalaya. HEX triplet: 76, 66 and 32. RGB value is (118,102,50). Sum of RGB (Red+Green+Blue) = 118+102+50=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 50 (19.92% from 255 or 18.52% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #766632 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766632 is #8999CD. Grayscale: #656565. Windows color (decimal): -9017806 or 3303030. OLE color: 3303030.

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

Color convert

RGB 118 102 50 -
CMYK 0 0.14 0.58 0.54
HSL 45.88º 0.4% 0.33% -
HSV(B) 45.88º 0.58% 0.46% -
XYZ 12.8 13.58 4.97 -
YUV 100.86 99.3 140.23 -
System Red Green Blue C M Y K H S L
Decimal 118 102 50 0 0.14 0.58 0.54 45.88 0.4 0.33
Hex 76 66 32 0 E 3A 36 2E 28 21
Octal 166 146 62 0 16 72 66 56 50 41
Binary 1110110 1100110 110010 0 1110 111010 110110 101110 101000 100001

Color Harmonies of #766632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766632

Black with #766632

Text Example


Text Example

White with #766632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766632; }

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

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

background-color css

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

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

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

border-color css

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

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

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