#706527

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

Shades of Himalaya #706527

Tints of Himalaya #706527

Color information

#706527 (or 0x706527) is unknown color: approx Himalaya. HEX triplet: 70, 65 and 27. RGB value is (112,101,39). Sum of RGB (Red+Green+Blue) = 112+101+39=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 101 (39.84% from 255 or 40.08% from 252); Blue value is 39 (15.62% from 255 or 15.48% from 252); Max value from RGB is 112 - color contains mainly: red. Hex color #706527 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #706527 is #8F9AD8. Grayscale: #616161. Windows color (decimal): -9411289 or 2581872. OLE color: 2581872.

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

Color convert

RGB11210139-
CMYK00.100.650.56
HSL50.96º48.34%29.61%-
HSV(B)50.96º65.18%43.92%-
XYZ11.712.93.79-
YUV97.2295.14138.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.44%
GREEN value IS 101 (39.84% from 255) = 40.08%
BLUE value IS 39 (15.62% from 255) = 15.48%
R=44.44%
G=40.08%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1121013900.100.650.5650.9648.3429.61
Hex7065270A413833301e
Octal1601454701210170636036
Binary1110000110010110011101010100000111100011001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706527; }

 p { color: rgb(112,101,39); }

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

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

 a { background-color: rgb(112,101,39); }

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

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

 span { border-color: rgb(112,101,39); }

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