Html Css Color HEX #766629 Himalaya

📋 copy color: '#766629'

red 118 ◦ green 102 ◦ blue 41

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

Shades of Himalaya #766629

Tints of Himalaya #766629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.71%

R = 45.21%
G = 39.08%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#766629 (or 0x766629) is known color: Himalaya. HEX triplet: 76, 66 and 29. RGB value is (118,102,41). Sum of RGB (Red+Green+Blue) = 118+102+41=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 102 (40.23% from 255 or 39.08% from 261); Blue value is 41 (16.41% from 255 or 15.71% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #766629 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766629 is #8999D6. Grayscale: #646464. Windows color (decimal): -9017815 or 2713206. OLE color: 2713206.

HSL color Cylindrical-coordinate representation of color #766629: hue angle of 47.53º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #766629 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 102 41 -
CMYK 0 0.14 0.65 0.54
HSL 47.53º 0.48% 0.31% -
HSV(B) 47.53º 0.65% 0.46% -
XYZ 12.62 13.51 4.04 -
YUV 99.83 94.8 140.96 -
System Red Green Blue C M Y K H S L
Decimal 118 102 41 0 0.14 0.65 0.54 47.53 0.48 0.31
Hex 76 66 29 0 E 41 36 30 30 1F
Octal 166 146 51 0 16 101 66 60 60 37
Binary 1110110 1100110 101001 0 1110 1000001 110110 110000 110000 11111

Color Harmonies of #766629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766629

Black with #766629

Text Example


Text Example

White with #766629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766629; }

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

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

background-color css

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

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

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

border-color css

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

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

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