#698372

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

Shades of Sirocco #698372

Tints of Sirocco #698372

Color information

#698372 (or 0x698372) is unknown color: approx Sirocco. HEX triplet: 69, 83 and 72. RGB value is (105,131,114). Sum of RGB (Red+Green+Blue) = 105+131+114=350 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30% from 350); Green value is 131 (51.56% from 255 or 37.43% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 131 - color contains mainly: green. Hex color #698372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698372 is #967C8D. Grayscale: #797979. Windows color (decimal): -9862286 or 7504745. OLE color: 7504745.

HSL color Cylindrical-coordinate representation of color #698372: hue angle of 140.77º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #698372 is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB105131114-
CMYK0.2000.130.49
HSL140.77º11.02%46.27%-
HSV(B)140.77º19.85%51.37%-
XYZ16.9820.4518.97-
YUV121.29123.89116.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30%
GREEN value IS 131 (51.56% from 255) = 37.43%
BLUE value IS 114 (44.92% from 255) = 32.57%
R=30%
G=37.43%
B=32.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1051311140.2000.130.49140.7711.0246.27
Hex698372140D318db2e
Octal15120316224015612151356
Binary11010011000001111100101010001101110001100011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698372; }

 p { color: rgb(105,131,114); }

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

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

 a { background-color: rgb(105,131,114); }

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

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

 span { border-color: rgb(105,131,114); }

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