#63756B

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

Shades of Sirocco #63756B

Tints of Sirocco #63756B

Color information

#63756B (or 0x63756B) is unknown color: approx Sirocco. HEX triplet: 63, 75 and 6B. RGB value is (99,117,107). Sum of RGB (Red+Green+Blue) = 99+117+107=323 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.65% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 117 - color contains mainly: green. Hex color #63756B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63756B is #9C8A94. Grayscale: #6E6E6E. Windows color (decimal): -10259093 or 7042403. OLE color: 7042403.

HSL color Cylindrical-coordinate representation of color #63756B: hue angle of 146.67º 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 #63756B is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB99117107-
CMYK0.1500.090.54
HSL146.67º8.33%42.35%-
HSV(B)146.67º15.38%45.88%-
XYZ14.1616.4416.34-
YUV110.48126.04119.81-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.65%
GREEN value IS 117 (46.09% from 255) = 36.22%
BLUE value IS 107 (42.19% from 255) = 33.13%
R=30.65%
G=36.22%
B=33.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal991171070.1500.090.54146.678.3342.35
Hex63756BF09369382a
Octal14316515317011662231052
Binary110001111101011101011111101001110110100100111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63756B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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