#638670

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

Shades of Sirocco #638670

Tints of Sirocco #638670

Color information

#638670 (or 0x638670) is unknown color: approx Sirocco. HEX triplet: 63, 86 and 70. RGB value is (99,134,112). Sum of RGB (Red+Green+Blue) = 99+134+112=345 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.70% from 345); Green value is 134 (52.73% from 255 or 38.84% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 134 - color contains mainly: green. Hex color #638670 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638670 is #9C798F. Grayscale: #797979. Windows color (decimal): -10254736 or 7374435. OLE color: 7374435.

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

Color convert

RGB99134112-
CMYK0.2600.160.47
HSL142.29º15.02%45.69%-
HSV(B)142.29º26.12%52.55%-
XYZ16.620.8718.48-
YUV121.03122.9112.29-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.70%
GREEN value IS 134 (52.73% from 255) = 38.84%
BLUE value IS 112 (44.14% from 255) = 32.46%
R=28.70%
G=38.84%
B=32.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal991341120.2600.160.47142.2915.0245.69
Hex6386701A0102F8ef2e
Octal14320616032020572161756
Binary110001110000110111000011010010000101111100011101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638670; }

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

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

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

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

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

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

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

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