#766933

Color #766933 Himalaya (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Himalaya #766933

Tints of Himalaya #766933

Color information

#766933 (or 0x766933) is unknown color: approx Himalaya. HEX triplet: 76, 69 and 33. RGB value is (118,105,51). Sum of RGB (Red+Green+Blue) = 118+105+51=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 105 (41.41% from 255 or 38.32% from 274); Blue value is 51 (20.31% from 255 or 18.61% from 274); Max value from RGB is 118 - color contains mainly: red. Hex color #766933 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766933 is #8996CC. Grayscale: #666666. Windows color (decimal): -9017037 or 3369334. OLE color: 3369334.

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

Color convert

RGB11810551-
CMYK00.110.570.54
HSL48.36º39.64%33.14%-
HSV(B)48.36º56.78%46.27%-
XYZ13.1214.195.18-
YUV102.7398.81138.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.07%
GREEN value IS 105 (41.41% from 255) = 38.32%
BLUE value IS 51 (20.31% from 255) = 18.61%
R=43.07%
G=38.32%
B=18.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181055100.110.570.5448.3639.6433.14
Hex7669330B3936302821
Octal166151630137166605041
Binary1110110110100111001101011111001110110110000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766933; }

 p { color: rgb(118,105,51); }

 H1.HeaderClassName
 {
   color: #766933;
 }
 .AnyTagClassName
 {
   color: #766933;
 }
</style>
background-color css

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

 a { background-color: rgb(118,105,51); }

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

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

 span { border-color: rgb(118,105,51); }

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