#63706B

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

Shades of Sirocco #63706B

Tints of Sirocco #63706B

Color information

#63706B (or 0x63706B) is unknown color: approx Sirocco. HEX triplet: 63, 70 and 6B. RGB value is (99,112,107). Sum of RGB (Red+Green+Blue) = 99+112+107=318 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.13% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 112 - color contains mainly: green. Hex color #63706B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63706B is #9C8F94. Grayscale: #6B6B6B. Windows color (decimal): -10260373 or 7041123. OLE color: 7041123.

HSL color Cylindrical-coordinate representation of color #63706B: hue angle of 156.92º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #63706B is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB99112107-
CMYK0.1200.040.56
HSL156.92º6.16%41.37%-
HSV(B)156.92º11.61%43.92%-
XYZ13.5915.316.15-
YUV107.54127.69121.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.13%
GREEN value IS 112 (44.14% from 255) = 35.22%
BLUE value IS 107 (42.19% from 255) = 33.65%
R=31.13%
G=35.22%
B=33.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal991121070.1200.040.56156.926.1641.37
Hex63706BC04389d629
Octal143160153140470235651
Binary1100011111000011010111100010011100010011101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63706B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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