#5F6D67

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

Shades of Sirocco #5F6D67

Tints of Sirocco #5F6D67

Color information

#5F6D67 (or 0x5F6D67) is unknown color: approx Sirocco. HEX triplet: 5F, 6D and 67. RGB value is (95,109,103). Sum of RGB (Red+Green+Blue) = 95+109+103=307 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.94% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 103 (40.62% from 255 or 33.55% from 307); Max value from RGB is 109 - color contains mainly: green. Hex color #5F6D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6D67 is #A09298. Grayscale: #686868. Windows color (decimal): -10523289 or 6778207. OLE color: 6778207.

HSL color Cylindrical-coordinate representation of color #5F6D67: hue angle of 154.29º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5F6D67 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.

Color convert

RGB95109103-
CMYK0.1300.060.57
HSL154.29º6.86%40%-
HSV(B)154.29º12.84%42.75%-
XYZ12.6414.3514.94-
YUV104.13127.36121.49-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.94%
GREEN value IS 109 (42.97% from 255) = 35.50%
BLUE value IS 103 (40.62% from 255) = 33.55%
R=30.94%
G=35.50%
B=33.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal951091030.1300.060.57154.296.8640
Hex5F6D67D06399a728
Octal137155147150671232750
Binary1011111110110111001111101011011100110011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,109,103); }

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

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

 a { background-color: rgb(95,109,103); }

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

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

 span { border-color: rgb(95,109,103); }

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