#706230

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

Shades of Himalaya #706230

Tints of Himalaya #706230

Color information

#706230 (or 0x706230) is unknown color: approx Himalaya. HEX triplet: 70, 62 and 30. RGB value is (112,98,48). Sum of RGB (Red+Green+Blue) = 112+98+48=258 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.41% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 112 - color contains mainly: red. Hex color #706230 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706230 is #8F9DCF. Grayscale: #606060. Windows color (decimal): -9412048 or 3170928. OLE color: 3170928.

HSL color Cylindrical-coordinate representation of color #706230: hue angle of 46.88º 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 #706230 is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB1129848-
CMYK00.130.570.56
HSL46.88º40%31.37%-
HSV(B)46.88º57.14%43.92%-
XYZ11.5812.394.58-
YUV96.49100.64139.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.41%
GREEN value IS 98 (38.67% from 255) = 37.98%
BLUE value IS 48 (19.14% from 255) = 18.60%
R=43.41%
G=37.98%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112984800.130.570.5646.884031.37
Hex7062300D39382f281f
Octal160142600157170575037
Binary111000011000101100000110111100111100010111110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706230; }

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

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

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

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

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

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

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

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