#706628

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

Shades of Himalaya #706628

Tints of Himalaya #706628

Color information

#706628 (or 0x706628) is unknown color: approx Himalaya. HEX triplet: 70, 66 and 28. RGB value is (112,102,40). Sum of RGB (Red+Green+Blue) = 112+102+40=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 102 (40.23% from 255 or 40.16% from 254); Blue value is 40 (16.02% from 255 or 15.75% from 254); Max value from RGB is 112 - color contains mainly: red. Hex color #706628 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706628 is #8F99D7. Grayscale: #626262. Windows color (decimal): -9411032 or 2647664. OLE color: 2647664.

HSL color Cylindrical-coordinate representation of color #706628: hue angle of 51.67º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #706628 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB11210240-
CMYK00.090.640.56
HSL51.67º47.37%29.8%-
HSV(B)51.67º64.29%43.92%-
XYZ11.8213.13.91-
YUV97.9295.31138.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.09%
GREEN value IS 102 (40.23% from 255) = 40.16%
BLUE value IS 40 (16.02% from 255) = 15.75%
R=44.09%
G=40.16%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121024000.090.640.5651.6747.3729.8
Hex706628094038342f1e
Octal1601465001110070645736
Binary1110000110011010100001001100000011100011010010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706628; }

 p { color: rgb(112,102,40); }

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

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

 a { background-color: rgb(112,102,40); }

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

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

 span { border-color: rgb(112,102,40); }

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