#648472

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

Shades of Sirocco #648472

Tints of Sirocco #648472

Color information

#648472 (or 0x648472) is unknown color: approx Sirocco. HEX triplet: 64, 84 and 72. RGB value is (100,132,114). Sum of RGB (Red+Green+Blue) = 100+132+114=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 132 - color contains mainly: green. Hex color #648472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648472 is #9B7B8D. Grayscale: #787878. Windows color (decimal): -10189710 or 7504996. OLE color: 7504996.

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

Color convert

RGB100132114-
CMYK0.2400.140.48
HSL146.25º13.79%45.49%-
HSV(B)146.25º24.24%51.76%-
XYZ16.5420.4318.99-
YUV120.38124.4113.46-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.90%
GREEN value IS 132 (51.95% from 255) = 38.15%
BLUE value IS 114 (44.92% from 255) = 32.95%
R=28.90%
G=38.15%
B=32.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1001321140.2400.140.48146.2513.7945.49
Hex648472180E3092e2d
Octal14420416230016602221655
Binary11001001000010011100101100001110110000100100101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648472; }

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

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

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

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

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

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

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

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