#638271

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

Shades of Sirocco #638271

Tints of Sirocco #638271

Color information

#638271 (or 0x638271) is unknown color: approx Sirocco. HEX triplet: 63, 82 and 71. RGB value is (99,130,113). Sum of RGB (Red+Green+Blue) = 99+130+113=342 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.95% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 130 - color contains mainly: green. Hex color #638271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638271 is #9C7D8E. Grayscale: #767676. Windows color (decimal): -10255759 or 7438947. OLE color: 7438947.

HSL color Cylindrical-coordinate representation of color #638271: hue angle of 147.1º degrees, saturation: 0.14, 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 #638271 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB99130113-
CMYK0.2400.130.49
HSL147.1º13.54%44.9%-
HSV(B)147.1º23.85%50.98%-
XYZ16.1119.8118.6-
YUV118.79124.73113.88-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.95%
GREEN value IS 130 (51.17% from 255) = 38.01%
BLUE value IS 113 (44.53% from 255) = 33.04%
R=28.95%
G=38.01%
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
Decimal991301130.2400.130.49147.113.5444.9
Hex638271180D3193e2d
Octal14320216130015612231655
Binary11000111000001011100011100001101110001100100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638271; }

 p { color: rgb(99,130,113); }

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

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

 a { background-color: rgb(99,130,113); }

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

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

 span { border-color: rgb(99,130,113); }

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