#63766C

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

Shades of Sirocco #63766C

Tints of Sirocco #63766C

Color information

#63766C (or 0x63766C) is unknown color: approx Sirocco. HEX triplet: 63, 76 and 6C. RGB value is (99,118,108). Sum of RGB (Red+Green+Blue) = 99+118+108=325 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.46% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 118 - color contains mainly: green. Hex color #63766C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63766C is #9C8993. Grayscale: #6F6F6F. Windows color (decimal): -10258836 or 7108195. OLE color: 7108195.

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

Color convert

RGB99118108-
CMYK0.1600.080.54
HSL148.42º8.76%42.55%-
HSV(B)148.42º16.1%46.27%-
XYZ14.3316.6916.65-
YUV111.18126.21119.31-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.46%
GREEN value IS 118 (46.48% from 255) = 36.31%
BLUE value IS 108 (42.58% from 255) = 33.23%
R=30.46%
G=36.31%
B=33.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal991181080.1600.080.54148.428.7642.55
Hex63766C1008369492b
Octal14316615420010662241153
Binary1100011111011011011001000001000110110100101001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63766C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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