#648670

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

Shades of Sirocco #648670

Tints of Sirocco #648670

Color information

#648670 (or 0x648670) is unknown color: approx Sirocco. HEX triplet: 64, 86 and 70. RGB value is (100,134,112). Sum of RGB (Red+Green+Blue) = 100+134+112=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 134 - color contains mainly: green. Hex color #648670 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648670 is #9B798F. Grayscale: #797979. Windows color (decimal): -10189200 or 7374436. OLE color: 7374436.

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

Color convert

RGB100134112-
CMYK0.2500.160.47
HSL141.18º14.53%45.88%-
HSV(B)141.18º25.37%52.55%-
XYZ16.7120.9318.49-
YUV121.33122.74112.79-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.90%
GREEN value IS 134 (52.73% from 255) = 38.73%
BLUE value IS 112 (44.14% from 255) = 32.37%
R=28.90%
G=38.73%
B=32.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1001341120.2500.160.47141.1814.5345.88
Hex648670190102F8df2e
Octal14420616031020572151756
Binary110010010000110111000011001010000101111100011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648670; }

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

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

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

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

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

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

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

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