#698574

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

Shades of Sirocco #698574

Tints of Sirocco #698574

Color information

#698574 (or 0x698574) is unknown color: approx Sirocco. HEX triplet: 69, 85 and 74. RGB value is (105,133,116). Sum of RGB (Red+Green+Blue) = 105+133+116=354 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.66% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 133 - color contains mainly: green. Hex color #698574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #698574 is #967A8B. Grayscale: #7A7A7A. Windows color (decimal): -9861772 or 7636329. OLE color: 7636329.

HSL color Cylindrical-coordinate representation of color #698574: hue angle of 143.57º 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 #698574 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB105133116-
CMYK0.2100.130.48
HSL143.57º11.76%46.67%-
HSV(B)143.57º21.05%52.16%-
XYZ17.3721.0419.67-
YUV122.69124.22115.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.66%
GREEN value IS 133 (52.34% from 255) = 37.57%
BLUE value IS 116 (45.70% from 255) = 32.77%
R=29.66%
G=37.57%
B=32.77%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1051331160.2100.130.48143.5711.7646.67
Hex698574150D3090c2f
Octal15120516425015602201457
Binary11010011000010111101001010101101110000100100001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #698574; }

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

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

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

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

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

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

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

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