#698071

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

Shades of Sirocco #698071

Tints of Sirocco #698071

Color information

#698071 (or 0x698071) is unknown color: approx Sirocco. HEX triplet: 69, 80 and 71. RGB value is (105,128,113). Sum of RGB (Red+Green+Blue) = 105+128+113=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 113 (44.53% from 255 or 32.66% from 346); Max value from RGB is 128 - color contains mainly: green. Hex color #698071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698071 is #967F8E. Grayscale: #777777. Windows color (decimal): -9863055 or 7438441. OLE color: 7438441.

HSL color Cylindrical-coordinate representation of color #698071: hue angle of 140.87º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #698071 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB105128113-
CMYK0.1800.120.50
HSL140.87º9.87%45.69%-
HSV(B)140.87º17.97%50.2%-
XYZ16.5319.6318.54-
YUV119.41124.38117.72-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.35%
GREEN value IS 128 (50.39% from 255) = 36.99%
BLUE value IS 113 (44.53% from 255) = 32.66%
R=30.35%
G=36.99%
B=32.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1051281130.1800.120.50140.879.8745.69
Hex698071120C328da2e
Octal15120016122014622151256
Binary11010011000000011100011001001100110010100011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698071; }

 p { color: rgb(105,128,113); }

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

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

 a { background-color: rgb(105,128,113); }

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

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

 span { border-color: rgb(105,128,113); }

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