#706326

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

Shades of Himalaya #706326

Tints of Himalaya #706326

Color information

#706326 (or 0x706326) is unknown color: approx Himalaya. HEX triplet: 70, 63 and 26. RGB value is (112,99,38). Sum of RGB (Red+Green+Blue) = 112+99+38=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 38 (15.23% from 255 or 15.26% from 249); Max value from RGB is 112 - color contains mainly: red. Hex color #706326 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706326 is #8F9CD9. Grayscale: #606060. Windows color (decimal): -9411802 or 2515824. OLE color: 2515824.

HSL color Cylindrical-coordinate representation of color #706326: hue angle of 49.46º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #706326 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB1129938-
CMYK00.120.660.56
HSL49.46º49.33%29.41%-
HSV(B)49.46º66.07%43.92%-
XYZ11.4912.513.64-
YUV95.9395.31139.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.98%
GREEN value IS 99 (39.06% from 255) = 39.76%
BLUE value IS 38 (15.23% from 255) = 15.26%
R=44.98%
G=39.76%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112993800.120.660.5649.4649.3329.41
Hex7063260C423831311d
Octal1601434601410270616135
Binary1110000110001110011001100100001011100011000111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706326; }

 p { color: rgb(112,99,38); }

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

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

 a { background-color: rgb(112,99,38); }

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

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

 span { border-color: rgb(112,99,38); }

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