#5F6963

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

Shades of Sirocco #5F6963

Tints of Sirocco #5F6963

Color information

#5F6963 (or 0x5F6963) is unknown color: approx Sirocco. HEX triplet: 5F, 69 and 63. RGB value is (95,105,99). Sum of RGB (Red+Green+Blue) = 95+105+99=299 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.77% from 299); Green value is 105 (41.41% from 255 or 35.12% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 105 - color contains mainly: green. Hex color #5F6963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6963 is #A0969C. Grayscale: #656565. Windows color (decimal): -10524317 or 6515039. OLE color: 6515039.

HSL color Cylindrical-coordinate representation of color #5F6963: hue angle of 144º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5F6963 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB9510599-
CMYK0.1000.060.59
HSL144º5%39.22%-
HSV(B)144º9.52%41.18%-
XYZ12.0213.4413.76-
YUV101.33126.69123.49-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.77%
GREEN value IS 105 (41.41% from 255) = 35.12%
BLUE value IS 99 (39.06% from 255) = 33.11%
R=31.77%
G=35.12%
B=33.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal95105990.1000.060.59144539.22
Hex5F6963A063B90527
Octal137151143120673220547
Binary1011111110100111000111010011011101110010000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F6963; }

 p { color: rgb(95,105,99); }

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

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

 a { background-color: rgb(95,105,99); }

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

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

 span { border-color: rgb(95,105,99); }

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