#638071

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

Shades of Sirocco #638071

Tints of Sirocco #638071

Color information

#638071 (or 0x638071) is unknown color: approx Sirocco. HEX triplet: 63, 80 and 71. RGB value is (99,128,113). Sum of RGB (Red+Green+Blue) = 99+128+113=340 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.12% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 128 - color contains mainly: green. Hex color #638071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638071 is #9C7F8E. Grayscale: #757575. Windows color (decimal): -10256271 or 7438435. OLE color: 7438435.

HSL color Cylindrical-coordinate representation of color #638071: hue angle of 148.97º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #638071 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB99128113-
CMYK0.2300.120.50
HSL148.97º12.78%44.51%-
HSV(B)148.97º22.66%50.2%-
XYZ15.8519.2818.51-
YUV117.62125.39114.72-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.12%
GREEN value IS 128 (50.39% from 255) = 37.65%
BLUE value IS 113 (44.53% from 255) = 33.24%
R=29.12%
G=37.65%
B=33.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal991281130.2300.120.50148.9712.7844.51
Hex638071170C3295d2d
Octal14320016127014622251555
Binary11000111000000011100011011101100110010100101011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638071; }

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

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

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

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

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

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

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

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