#766625

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

Shades of Himalaya #766625

Tints of Himalaya #766625

Color information

#766625 (or 0x766625) is unknown color: approx Himalaya. HEX triplet: 76, 66 and 25. RGB value is (118,102,37). Sum of RGB (Red+Green+Blue) = 118+102+37=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 102 (40.23% from 255 or 39.69% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #766625 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766625 is #8999DA. Grayscale: #636363. Windows color (decimal): -9017819 or 2451062. OLE color: 2451062.

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

Color convert

RGB11810237-
CMYK00.140.690.54
HSL48.15º52.26%30.39%-
HSV(B)48.15º68.64%46.27%-
XYZ12.5613.493.69-
YUV99.3792.8141.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.91%
GREEN value IS 102 (40.23% from 255) = 39.69%
BLUE value IS 37 (14.84% from 255) = 14.40%
R=45.91%
G=39.69%
B=14.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181023700.140.690.5448.1552.2630.39
Hex7666250E453630341e
Octal1661464501610566606436
Binary1110110110011010010101110100010111011011000011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766625; }

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

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

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

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

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

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

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

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