#648770

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

Shades of Sirocco #648770

Tints of Sirocco #648770

Color information

#648770 (or 0x648770) is unknown color: approx Sirocco. HEX triplet: 64, 87 and 70. RGB value is (100,135,112). Sum of RGB (Red+Green+Blue) = 100+135+112=347 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.82% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 135 - color contains mainly: green. Hex color #648770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648770 is #9B788F. Grayscale: #797979. Windows color (decimal): -10188944 or 7374692. OLE color: 7374692.

HSL color Cylindrical-coordinate representation of color #648770: hue angle of 140.57º 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 #648770 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB100135112-
CMYK0.2600.170.47
HSL140.57º14.89%46.08%-
HSV(B)140.57º25.93%52.94%-
XYZ16.8421.2118.53-
YUV121.91122.4112.37-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.82%
GREEN value IS 135 (53.12% from 255) = 38.90%
BLUE value IS 112 (44.14% from 255) = 32.28%
R=28.82%
G=38.90%
B=32.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1001351120.2600.170.47140.5714.8946.08
Hex6487701A0112F8df2e
Octal14420716032021572151756
Binary110010010000111111000011010010001101111100011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648770; }

 p { color: rgb(100,135,112); }

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

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

 a { background-color: rgb(100,135,112); }

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

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

 span { border-color: rgb(100,135,112); }

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