#698274

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

Shades of Sirocco #698274

Tints of Sirocco #698274

Color information

#698274 (or 0x698274) is unknown color: approx Sirocco. HEX triplet: 69, 82 and 74. RGB value is (105,130,116). Sum of RGB (Red+Green+Blue) = 105+130+116=351 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.91% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 130 - color contains mainly: green. Hex color #698274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698274 is #967D8B. Grayscale: #787878. Windows color (decimal): -9862540 or 7635561. OLE color: 7635561.

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

Color convert

RGB105130116-
CMYK0.1900.110.49
HSL146.4º10.64%46.08%-
HSV(B)146.4º19.23%50.98%-
XYZ16.9620.2319.53-
YUV120.93125.22116.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.91%
GREEN value IS 130 (51.17% from 255) = 37.04%
BLUE value IS 116 (45.70% from 255) = 33.05%
R=29.91%
G=37.04%
B=33.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1051301160.1900.110.49146.410.6446.08
Hex698274130B3192b2e
Octal15120216423013612221356
Binary11010011000001011101001001101011110001100100101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698274; }

 p { color: rgb(105,130,116); }

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

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

 a { background-color: rgb(105,130,116); }

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

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

 span { border-color: rgb(105,130,116); }

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