#63756C

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

Shades of Sirocco #63756C

Tints of Sirocco #63756C

Color information

#63756C (or 0x63756C) is unknown color: approx Sirocco. HEX triplet: 63, 75 and 6C. RGB value is (99,117,108). Sum of RGB (Red+Green+Blue) = 99+117+108=324 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.56% from 324); Green value is 117 (46.09% from 255 or 36.11% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 117 - color contains mainly: green. Hex color #63756C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63756C is #9C8A93. Grayscale: #6E6E6E. Windows color (decimal): -10259092 or 7107939. OLE color: 7107939.

HSL color Cylindrical-coordinate representation of color #63756C: hue angle of 150º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #63756C is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB99117108-
CMYK0.1500.080.54
HSL150º8.33%42.35%-
HSV(B)150º15.38%45.88%-
XYZ14.2116.4616.61-
YUV110.59126.54119.73-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.56%
GREEN value IS 117 (46.09% from 255) = 36.11%
BLUE value IS 108 (42.58% from 255) = 33.33%
R=30.56%
G=36.11%
B=33.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal991171080.1500.080.541508.3342.35
Hex63756CF08369682a
Octal14316515417010662261052
Binary110001111101011101100111101000110110100101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63756C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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