#657F6B

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

Shades of Sirocco #657F6B

Tints of Sirocco #657F6B

Color information

#657F6B (or 0x657F6B) is unknown color: approx Sirocco. HEX triplet: 65, 7F and 6B. RGB value is (101,127,107). Sum of RGB (Red+Green+Blue) = 101+127+107=335 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.15% from 335); Green value is 127 (50% from 255 or 37.91% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 127 - color contains mainly: green. Hex color #657F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657F6B is #9A8094. Grayscale: #747474. Windows color (decimal): -10125461 or 7044965. OLE color: 7044965.

HSL color Cylindrical-coordinate representation of color #657F6B: hue angle of 133.85º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #657F6B is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB101127107-
CMYK0.2000.160.50
HSL133.85º11.4%44.71%-
HSV(B)133.85º20.47%49.8%-
XYZ15.6119.0116.76-
YUV116.95122.39116.63-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.15%
GREEN value IS 127 (50% from 255) = 37.91%
BLUE value IS 107 (42.19% from 255) = 31.94%
R=30.15%
G=37.91%
B=31.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1011271070.2000.160.50133.8511.444.71
Hex657F6B140103286b2d
Octal14517715324020622061355
Binary11001011111111110101110100010000110010100001101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657F6B; }

 p { color: rgb(101,127,107); }

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

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

 a { background-color: rgb(101,127,107); }

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

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

 span { border-color: rgb(101,127,107); }

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