#76632A

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

Shades of Himalaya #76632A

Tints of Himalaya #76632A

Color information

#76632A (or 0x76632A) is unknown color: approx Himalaya. HEX triplet: 76, 63 and 2A. RGB value is (118,99,42). Sum of RGB (Red+Green+Blue) = 118+99+42=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 99 (39.06% from 255 or 38.22% from 259); Blue value is 42 (16.80% from 255 or 16.22% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #76632A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76632A is #899CD5. Grayscale: #626262. Windows color (decimal): -9018582 or 2777974. OLE color: 2777974.

HSL color Cylindrical-coordinate representation of color #76632A: hue angle of 45º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #76632A is Cyan = 0, Magento = 0.16, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB1189942-
CMYK00.160.640.54
HSL45º47.5%31.37%-
HSV(B)45º64.41%46.27%-
XYZ12.3512.944.04-
YUV98.1896.29142.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.56%
GREEN value IS 99 (39.06% from 255) = 38.22%
BLUE value IS 42 (16.80% from 255) = 16.22%
R=45.56%
G=38.22%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118994200.160.640.544547.531.37
Hex76632A01040362d301f
Octal1661435202010066556037
Binary11101101100011101010010000100000011011010110111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76632A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76632A; }

 p { color: rgb(118,99,42); }

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

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

 a { background-color: rgb(118,99,42); }

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

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

 span { border-color: rgb(118,99,42); }

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