#63806C

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

Shades of Sirocco #63806C

Tints of Sirocco #63806C

Color information

#63806C (or 0x63806C) is unknown color: approx Sirocco. HEX triplet: 63, 80 and 6C. RGB value is (99,128,108). Sum of RGB (Red+Green+Blue) = 99+128+108=335 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.55% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 128 - color contains mainly: green. Hex color #63806C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63806C is #9C7F93. Grayscale: #757575. Windows color (decimal): -10256276 or 7110755. OLE color: 7110755.

HSL color Cylindrical-coordinate representation of color #63806C: hue angle of 138.62º 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 #63806C is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB99128108-
CMYK0.2300.160.50
HSL138.62º12.78%44.51%-
HSV(B)138.62º22.66%50.2%-
XYZ15.5719.1717.07-
YUV117.05122.89115.13-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.55%
GREEN value IS 128 (50.39% from 255) = 38.21%
BLUE value IS 108 (42.58% from 255) = 32.24%
R=29.55%
G=38.21%
B=32.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal991281080.2300.160.50138.6212.7844.51
Hex63806C17010328bd2d
Octal14320015427020622131555
Binary110001110000000110110010111010000110010100010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63806C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63806C; }

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

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

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

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

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

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

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

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