#706832

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

Shades of Himalaya #706832

Tints of Himalaya #706832

Color information

#706832 (or 0x706832) is unknown color: approx Himalaya. HEX triplet: 70, 68 and 32. RGB value is (112,104,50). Sum of RGB (Red+Green+Blue) = 112+104+50=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 104 (41.02% from 255 or 39.10% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 112 - color contains mainly: red. Hex color #706832 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706832 is #8F97CD. Grayscale: #646464. Windows color (decimal): -9410510 or 3303536. OLE color: 3303536.

HSL color Cylindrical-coordinate representation of color #706832: hue angle of 52.26º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #706832 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.56.

Color convert

RGB11210450-
CMYK00.070.550.56
HSL52.26º38.27%31.76%-
HSV(B)52.26º55.36%43.92%-
XYZ12.2113.584.99-
YUV100.2499.65136.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.11%
GREEN value IS 104 (41.02% from 255) = 39.10%
BLUE value IS 50 (19.92% from 255) = 18.80%
R=42.11%
G=39.10%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121045000.070.550.5652.2638.2731.76
Hex706832073738342620
Octal16015062076770644640
Binary111000011010001100100111110111111000110100100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706832; }

 p { color: rgb(112,104,50); }

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

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

 a { background-color: rgb(112,104,50); }

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

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

 span { border-color: rgb(112,104,50); }

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