#638471

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

Shades of Sirocco #638471

Tints of Sirocco #638471

Color information

#638471 (or 0x638471) is unknown color: approx Sirocco. HEX triplet: 63, 84 and 71. RGB value is (99,132,113). Sum of RGB (Red+Green+Blue) = 99+132+113=344 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.78% from 344); Green value is 132 (51.95% from 255 or 38.37% from 344); Blue value is 113 (44.53% from 255 or 32.85% from 344); Max value from RGB is 132 - color contains mainly: green. Hex color #638471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638471 is #9C7B8E. Grayscale: #787878. Windows color (decimal): -10255247 or 7439459. OLE color: 7439459.

HSL color Cylindrical-coordinate representation of color #638471: hue angle of 145.45º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #638471 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB99132113-
CMYK0.2500.140.48
HSL145.45º14.29%45.29%-
HSV(B)145.45º25%51.76%-
XYZ16.3820.3518.69-
YUV119.97124.07113.04-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.78%
GREEN value IS 132 (51.95% from 255) = 38.37%
BLUE value IS 113 (44.53% from 255) = 32.85%
R=28.78%
G=38.37%
B=32.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal991321130.2500.140.48145.4514.2945.29
Hex638471190E3091e2d
Octal14320416131016602211655
Binary11000111000010011100011100101110110000100100011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638471; }

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

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

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

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

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

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

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

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