#688572

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

Shades of Sirocco #688572

Tints of Sirocco #688572

Color information

#688572 (or 0x688572) is unknown color: approx Sirocco. HEX triplet: 68, 85 and 72. RGB value is (104,133,114). Sum of RGB (Red+Green+Blue) = 104+133+114=351 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.63% from 351); Green value is 133 (52.34% from 255 or 37.89% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 133 - color contains mainly: green. Hex color #688572 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688572 is #977A8D. Grayscale: #7A7A7A. Windows color (decimal): -9927310 or 7505256. OLE color: 7505256.

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

Color convert

RGB104133114-
CMYK0.2200.140.48
HSL140.69º12.24%46.47%-
HSV(B)140.69º21.8%52.16%-
XYZ17.1320.9319.06-
YUV122.16123.39115.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.63%
GREEN value IS 133 (52.34% from 255) = 37.89%
BLUE value IS 114 (44.92% from 255) = 32.48%
R=29.63%
G=37.89%
B=32.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1041331140.2200.140.48140.6912.2446.47
Hex688572160E308dc2e
Octal15020516226016602151456
Binary11010001000010111100101011001110110000100011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688572; }

 p { color: rgb(104,133,114); }

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

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

 a { background-color: rgb(104,133,114); }

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

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

 span { border-color: rgb(104,133,114); }

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