#606763

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

Shades of Sirocco #606763

Tints of Sirocco #606763

Color information

#606763 (or 0x606763) is unknown color: approx Sirocco. HEX triplet: 60, 67 and 63. RGB value is (96,103,99). Sum of RGB (Red+Green+Blue) = 96+103+99=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 99 (39.06% from 255 or 33.22% from 298); Max value from RGB is 103 - color contains mainly: green. Hex color #606763 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606763 is #9F989C. Grayscale: #646464. Windows color (decimal): -10459293 or 6514528. OLE color: 6514528.

HSL color Cylindrical-coordinate representation of color #606763: hue angle of 145.71º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #606763 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB9610399-
CMYK0.0700.040.60
HSL145.71º3.52%39.02%-
HSV(B)145.71º6.8%40.39%-
XYZ11.9313.0913.7-
YUV100.45127.18124.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.21%
GREEN value IS 103 (40.62% from 255) = 34.56%
BLUE value IS 99 (39.06% from 255) = 33.22%
R=32.21%
G=34.56%
B=33.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal96103990.0700.040.60145.713.5239.02
Hex6067637043C92427
Octal14014714370474222447
Binary110000011001111100011111010011110010010010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606763; }

 p { color: rgb(96,103,99); }

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

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

 a { background-color: rgb(96,103,99); }

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

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

 span { border-color: rgb(96,103,99); }

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