#638772

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

Shades of Sirocco #638772

Tints of Sirocco #638772

Color information

#638772 (or 0x638772) is unknown color: approx Sirocco. HEX triplet: 63, 87 and 72. RGB value is (99,135,114). Sum of RGB (Red+Green+Blue) = 99+135+114=348 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.45% from 348); Green value is 135 (53.12% from 255 or 38.79% from 348); Blue value is 114 (44.92% from 255 or 32.76% from 348); Max value from RGB is 135 - color contains mainly: green. Hex color #638772 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638772 is #9C788D. Grayscale: #797979. Windows color (decimal): -10254478 or 7505763. OLE color: 7505763.

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

Color convert

RGB99135114-
CMYK0.2700.160.47
HSL145º15.38%45.88%-
HSV(B)145º26.67%52.94%-
XYZ16.8521.219.12-
YUV121.84123.57111.71-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.45%
GREEN value IS 135 (53.12% from 255) = 38.79%
BLUE value IS 114 (44.92% from 255) = 32.76%
R=28.45%
G=38.79%
B=32.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal991351140.2700.160.4714515.3845.88
Hex6387721B0102F91f2e
Octal14320716233020572211756
Binary110001110000111111001011011010000101111100100011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638772; }

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

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

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

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

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

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

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

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