#698275

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

Shades of Sirocco #698275

Tints of Sirocco #698275

Color information

#698275 (or 0x698275) is unknown color: approx Sirocco. HEX triplet: 69, 82 and 75. RGB value is (105,130,117). Sum of RGB (Red+Green+Blue) = 105+130+117=352 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.83% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 130 - color contains mainly: green. Hex color #698275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698275 is #967D8A. Grayscale: #797979. Windows color (decimal): -9862539 or 7701097. OLE color: 7701097.

HSL color Cylindrical-coordinate representation of color #698275: hue angle of 148.8º 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 #698275 is Cyan = 0.19, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB105130117-
CMYK0.1900.10.49
HSL148.8º10.64%46.08%-
HSV(B)148.8º19.23%50.98%-
XYZ17.0220.2519.84-
YUV121.04125.72116.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.83%
GREEN value IS 130 (51.17% from 255) = 36.93%
BLUE value IS 117 (46.09% from 255) = 33.24%
R=29.83%
G=36.93%
B=33.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1051301170.1900.10.49148.810.6446.08
Hex698275130A3195b2e
Octal15120216523012612251356
Binary11010011000001011101011001101010110001100101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698275; }

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

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

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

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

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

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

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

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