#706B6E

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

Shades of Monsoon #706B6E

Tints of Monsoon #706B6E

Color information

#706B6E (or 0x706B6E) is unknown color: approx Monsoon. HEX triplet: 70, 6B and 6E. RGB value is (112,107,110). Sum of RGB (Red+Green+Blue) = 112+107+110=329 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.04% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 112 - color contains mainly: red. Hex color #706B6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706B6E is #8F9491. Grayscale: #6C6C6C. Windows color (decimal): -9409682 or 7236464. OLE color: 7236464.

HSL color Cylindrical-coordinate representation of color #706B6E: hue angle of 324º degrees, saturation: 0.02, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #706B6E is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB112107110-
CMYK00.040.020.56
HSL324º2.28%42.94%-
HSV(B)324º4.46%43.92%-
XYZ14.7515.0916.89-
YUV108.84128.66130.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.04%
GREEN value IS 107 (42.19% from 255) = 32.52%
BLUE value IS 110 (43.36% from 255) = 33.43%
R=34.04%
G=32.52%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11210711000.040.020.563242.2842.94
Hex706B6E0423814422b
Octal16015315604270504253
Binary11100001101011110111001001011100010100010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706B6E; }

 p { color: rgb(112,107,110); }

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

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

 a { background-color: rgb(112,107,110); }

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

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

 span { border-color: rgb(112,107,110); }

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