#698573

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

Shades of Sirocco #698573

Tints of Sirocco #698573

Color information

#698573 (or 0x698573) is unknown color: approx Sirocco. HEX triplet: 69, 85 and 73. RGB value is (105,133,115). Sum of RGB (Red+Green+Blue) = 105+133+115=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 133 - color contains mainly: green. Hex color #698573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698573 is #967A8C. Grayscale: #7A7A7A. Windows color (decimal): -9861773 or 7570793. OLE color: 7570793.

HSL color Cylindrical-coordinate representation of color #698573: hue angle of 141.43º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #698573 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB105133115-
CMYK0.2100.140.48
HSL141.43º11.76%46.67%-
HSV(B)141.43º21.05%52.16%-
XYZ17.3121.0219.36-
YUV122.58123.72115.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.75%
GREEN value IS 133 (52.34% from 255) = 37.68%
BLUE value IS 115 (45.31% from 255) = 32.58%
R=29.75%
G=37.68%
B=32.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1051331150.2100.140.48141.4311.7646.67
Hex698573150E308dc2f
Octal15120516325016602151457
Binary11010011000010111100111010101110110000100011011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698573; }

 p { color: rgb(105,133,115); }

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

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

 a { background-color: rgb(105,133,115); }

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

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

 span { border-color: rgb(105,133,115); }

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