#638672

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

Shades of Sirocco #638672

Tints of Sirocco #638672

Color information

#638672 (or 0x638672) is unknown color: approx Sirocco. HEX triplet: 63, 86 and 72. RGB value is (99,134,114). Sum of RGB (Red+Green+Blue) = 99+134+114=347 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.53% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 134 - color contains mainly: green. Hex color #638672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638672 is #9C798D. Grayscale: #797979. Windows color (decimal): -10254734 or 7505507. OLE color: 7505507.

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

Color convert

RGB99134114-
CMYK0.2600.150.47
HSL145.71º15.02%45.69%-
HSV(B)145.71º26.12%52.55%-
XYZ16.7120.9219.08-
YUV121.26123.9112.13-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.53%
GREEN value IS 134 (52.73% from 255) = 38.62%
BLUE value IS 114 (44.92% from 255) = 32.85%
R=28.53%
G=38.62%
B=32.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal991341140.2600.150.47145.7115.0245.69
Hex6386721A0F2F92f2e
Octal14320616232017572221756
Binary11000111000011011100101101001111101111100100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638672; }

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

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

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

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

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

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

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

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