#648372

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

Shades of Sirocco #648372

Tints of Sirocco #648372

Color information

#648372 (or 0x648372) is unknown color: approx Sirocco. HEX triplet: 64, 83 and 72. RGB value is (100,131,114). Sum of RGB (Red+Green+Blue) = 100+131+114=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 131 - color contains mainly: green. Hex color #648372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648372 is #9B7C8D. Grayscale: #777777. Windows color (decimal): -10189966 or 7504740. OLE color: 7504740.

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

Color convert

RGB100131114-
CMYK0.2400.130.49
HSL147.1º13.42%45.29%-
HSV(B)147.1º23.66%51.37%-
XYZ16.4120.1618.95-
YUV119.79124.73113.88-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.99%
GREEN value IS 131 (51.56% from 255) = 37.97%
BLUE value IS 114 (44.92% from 255) = 33.04%
R=28.99%
G=37.97%
B=33.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1001311140.2400.130.49147.113.4245.29
Hex648372180D3193d2d
Octal14420316230015612231555
Binary11001001000001111100101100001101110001100100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648372; }

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

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

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

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

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

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

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

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