#698672

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

Shades of Sirocco #698672

Tints of Sirocco #698672

Color information

#698672 (or 0x698672) is unknown color: approx Sirocco. HEX triplet: 69, 86 and 72. RGB value is (105,134,114). Sum of RGB (Red+Green+Blue) = 105+134+114=353 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.75% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 134 - color contains mainly: green. Hex color #698672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698672 is #96798D. Grayscale: #7B7B7B. Windows color (decimal): -9861518 or 7505513. OLE color: 7505513.

HSL color Cylindrical-coordinate representation of color #698672: hue angle of 138.62º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #698672 is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB105134114-
CMYK0.2200.150.47
HSL138.62º12.13%46.86%-
HSV(B)138.62º21.64%52.55%-
XYZ17.3921.2719.11-
YUV123.05122.89115.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.75%
GREEN value IS 134 (52.73% from 255) = 37.96%
BLUE value IS 114 (44.92% from 255) = 32.29%
R=29.75%
G=37.96%
B=32.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051341140.2200.150.47138.6212.1346.86
Hex698672160F2F8bc2f
Octal15120616226017572131457
Binary11010011000011011100101011001111101111100010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698672; }

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

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

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

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

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

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

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

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