#706430

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

Shades of Himalaya #706430

Tints of Himalaya #706430

Color information

#706430 (or 0x706430) is unknown color: approx Himalaya. HEX triplet: 70, 64 and 30. RGB value is (112,100,48). Sum of RGB (Red+Green+Blue) = 112+100+48=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 100 (39.45% from 255 or 38.46% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 112 - color contains mainly: red. Hex color #706430 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706430 is #8F9BCF. Grayscale: #616161. Windows color (decimal): -9411536 or 3171440. OLE color: 3171440.

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

Color convert

RGB11210048-
CMYK00.110.570.56
HSL48.75º40%31.37%-
HSV(B)48.75º57.14%43.92%-
XYZ11.7712.774.64-
YUV97.6699.98138.23-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.08%
GREEN value IS 100 (39.45% from 255) = 38.46%
BLUE value IS 48 (19.14% from 255) = 18.46%
R=43.08%
G=38.46%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121004800.110.570.5648.754031.37
Hex7064300B393831281f
Octal160144600137170615037
Binary111000011001001100000101111100111100011000110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706430; }

 p { color: rgb(112,100,48); }

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

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

 a { background-color: rgb(112,100,48); }

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

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

 span { border-color: rgb(112,100,48); }

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