#638472

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

Shades of Sirocco #638472

Tints of Sirocco #638472

Color information

#638472 (or 0x638472) is unknown color: approx Sirocco. HEX triplet: 63, 84 and 72. RGB value is (99,132,114). Sum of RGB (Red+Green+Blue) = 99+132+114=345 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.70% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 132 - color contains mainly: green. Hex color #638472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638472 is #9C7B8D. Grayscale: #787878. Windows color (decimal): -10255246 or 7504995. OLE color: 7504995.

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

Color convert

RGB99132114-
CMYK0.2500.140.48
HSL147.27º14.29%45.29%-
HSV(B)147.27º25%51.76%-
XYZ16.4320.3718.99-
YUV120.08124.57112.96-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.70%
GREEN value IS 132 (51.95% from 255) = 38.26%
BLUE value IS 114 (44.92% from 255) = 33.04%
R=28.70%
G=38.26%
B=33.04%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal991321140.2500.140.48147.2714.2945.29
Hex638472190E3093e2d
Octal14320416231016602231655
Binary11000111000010011100101100101110110000100100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638472; }

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

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

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

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

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

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

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

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