#63766A

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

Shades of Sirocco #63766A

Tints of Sirocco #63766A

Color information

#63766A (or 0x63766A) is unknown color: approx Sirocco. HEX triplet: 63, 76 and 6A. RGB value is (99,118,106). Sum of RGB (Red+Green+Blue) = 99+118+106=323 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.65% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 118 - color contains mainly: green. Hex color #63766A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63766A is #9C8995. Grayscale: #6E6E6E. Windows color (decimal): -10258838 or 6977123. OLE color: 6977123.

HSL color Cylindrical-coordinate representation of color #63766A: hue angle of 142.11º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #63766A is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB99118106-
CMYK0.1600.100.54
HSL142.11º8.76%42.55%-
HSV(B)142.11º16.1%46.27%-
XYZ14.2316.6516.1-
YUV110.95125.21119.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.65%
GREEN value IS 118 (46.48% from 255) = 36.53%
BLUE value IS 106 (41.80% from 255) = 32.82%
R=30.65%
G=36.53%
B=32.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal991181060.1600.100.54142.118.7642.55
Hex63766A100A368e92b
Octal14316615220012662161153
Binary1100011111011011010101000001010110110100011101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63766A; }

 p { color: rgb(99,118,106); }

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

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

 a { background-color: rgb(99,118,106); }

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

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

 span { border-color: rgb(99,118,106); }

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